ludc
2023-07-24 6a6094e21fb7810a2354a535ab4fea49e2a0d064
提交代码
已修改2个文件
15 ■■■■■ 文件已修改
Source/UBCS-WEB/src/views/code/code.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/code/code.vue
@@ -1,6 +1,5 @@
<template>
  <basic-container style="height: 100%;">
  <basic-container style="height: 100%;" class="code-total">
    <!-- 编码规则信息展示区域 -->
    <basic-container class="code-rule-container">
      <p style="margin-top: -5px; margin-bottom: 4px; font-weight: 570; font-size: 19px; color: #0e2d5f;">编码规则</p>
@@ -816,7 +815,6 @@
      </refer-config-dialog>
    </el-dialog>
  </basic-container>
</template>
@@ -916,7 +914,7 @@
          /*基础码段相关数据*/
          optionBasic: optionBasic,
          basicData:[],
          loadingBasic: true,
          loadingBasic: false,
          selectionBasicList: [],
          addBasicCodeSettingBox: false,
          showbtn: false, //基础码段新增是否显示基础码段
@@ -2909,6 +2907,7 @@
 .right > .el-form > .el-form-item{
    margin-bottom: 8px;
 }
 /* 对话框底部按钮边框样式 */
 .el-dialog__footer{
    /* width: 100%; */
@@ -2920,4 +2919,8 @@
  margin-left: 10px;
}
 /* .code-total > .basic-container__card {
    height: 100%;
  } */
</style>
Source/UBCS-WEB/vue.config.js
@@ -26,10 +26,10 @@
    proxy: {
      '/api': {
        //本地服务接口地址
        // target: 'http://localhost:37000',
        target: 'http://localhost:37000',
        // target: 'http://192.168.1.51:37000',
        // target: 'http://192.168.1.46:37000',
        target: 'http://dev.vci-tech.com:37000',
        // target: 'http://dev.vci-tech.com:37000',
        // target: 'http://192.168.1.51:37000/',
        // target: 'http://192.168.1.104:37000',
        // target: 'http://192.168.1.63:37000',