diff --git a/.env.production b/.env.production index 06dd6b7e..bfdbe4e0 100644 --- a/.env.production +++ b/.env.production @@ -4,8 +4,8 @@ VUE_APP_TITLE = UDI管理系统 # 生产环境配置 ENV = 'production' # VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/' -# VUE_APP_BASE_API = 'http://192.168.0.66:9150/UDI_WMS_MC/' -VUE_APP_BASE_API = 'http://192.168.0.66:9160/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://192.168.0.66:9160/UDI_WMS_MC/' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_WMS_NEW/' @@ -17,3 +17,4 @@ VUE_APP_XXL_JOB_ADMIN = '/xxl-job-admin' # 若依管理系统/生产环境 peizh = '/prod-api' +rm 0 diff --git a/src/views/basic/product/product.vue b/src/views/basic/product/product.vue index 629a656c..09b05c96 100644 --- a/src/views/basic/product/product.vue +++ b/src/views/basic/product/product.vue @@ -102,7 +102,7 @@ 显示/隐藏搜索栏 重置 查询 - 编辑菜单树 + 编辑菜单分类 添加DI信息 添加产品信息 关联添加 @@ -1098,7 +1098,7 @@ > 0) { - this.isUseDyCheck = true; - } - } + // if (!isBlank(this.editQuery.zxxsbzbhsydysl)) { + // if (this.editQuery.zxxsbzbhsydysl > 0) { + // this.isUseDyCheck = true; + // } + // } } else { this.useNumEnable = true; this.editQuery.useNum = 0; diff --git a/src/views/myLogin.vue b/src/views/myLogin.vue index 0f08614c..c34ec929 100644 --- a/src/views/myLogin.vue +++ b/src/views/myLogin.vue @@ -1,7 +1,7 @@ @@ -377,10 +382,10 @@ export default { div /deep/ .el-table .warning-row { - background: #bebebe; + background: #bebebe; } div /deep/ .el-table .success-row { - background: #ffffff; + background: #ffffff; }