lucw 7 miesięcy temu
rodzic
commit
f5aa28ff48

+ 0 - 1
src/views/rulesManagement/recordrulesexecutemethod/components/edit.vue

@@ -87,7 +87,6 @@
     recordrulesexecutemethodUpdate,
     recordrulesexecutemethodGetById
   } from '@/api/recordrulesexecutemethod/index';
-  import { load } from '@amap/amap-jsapi-loader';
 
   export default {
     mixins: [dictMixins],

+ 1 - 1
src/views/technology/production/index.vue

@@ -59,11 +59,11 @@
             批量修改工作中心
           </el-button>
           <el-button
+            v-if="$hasPermission('main:producetask:pre_after_config_item')"
             size="small"
             type="primary"
             class="ele-btn-icon"
             @click="batchSettingMatter"
-            v-if="$hasPermission('main:producetaskrecordrules:batchsave')"
           >
             生产前生产后配置
           </el-button>

+ 2 - 2
vue.config.js

@@ -37,14 +37,14 @@ module.exports = {
         // target: 'http://192.168.1.176:18086',
         // target: 'http://192.168.1.125:18086',
         // target: 'http://192.168.1.251:18186',
-        target: 'http://192.168.1.125:18086',
+        // target: 'http://192.168.1.125:18086',
         // target: 'http://192.168.1.251:18186', // 测试环境
         // target: 'http://192.168.1.251:18087',
         // target: 'http://192.168.1.116:18086',
         // target: 'http://192.168.1.251:18086',
 
         // target: 'http://192.168.1.11:18086', // 开发
-        // target: 'http://192.168.1.116:18086', // 赵沙金
+        target: 'http://192.168.1.116:18086', // 赵沙金
 
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {