소스 검색

隐藏按钮

695593266@qq.com 10 달 전
부모
커밋
86b020374a
2개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 10 10
      src/views/produce/components/footBtn.vue
  2. 2 2
      vue.config.js

+ 10 - 10
src/views/produce/components/footBtn.vue

@@ -88,16 +88,16 @@
           //   type: 'bom',
           //   bjColor: '#BB5500'
           // },
-          {
-            name: '设备',
-            type: 'device',
-            bjColor: '#008866'
-          },
-          {
-            name: '周转车',
-            type: 'turnover',
-            bjColor: '#8C0044'
-          }
+          // {
+          //   name: '设备',
+          //   type: 'device',
+          //   bjColor: '#008866'
+          // },
+          // {
+          //   name: '周转车',
+          //   type: 'turnover',
+          //   bjColor: '#8C0044'
+          // }
         ],
         btnList2: [
           // {

+ 2 - 2
vue.config.js

@@ -33,7 +33,7 @@ module.exports = {
       '/api': {
         // target: 'http://124.71.68.31:50001',
         // target: 'http://192.168.1.116:18086',
-        // target: 'http://192.168.1.251:18086',
+        target: 'http://192.168.1.251:18086',
         // target: 'http://192.168.1.103:18086',192.168.1.116
         // target: 'http://192.168.1.125:18086',
         // target: 'http://192.168.1.116:18086',
@@ -41,7 +41,7 @@ module.exports = {
         // target: 'http://192.168.1.30:18086',
         // target: 'http://192.168.1.211:18086',
         // target: 'http://192.168.1.33:18086',
-        target: 'http://192.168.1.251:18186',
+        // target: 'http://192.168.1.251:18186',
         // target: 'http://192.168.1.251:18087',
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {