ysy 1 год назад
Родитель
Сommit
7cbc901645
2 измененных файлов с 11 добавлено и 2 удалено
  1. 9 0
      src/views/technology/route/index.vue
  2. 2 2
      vue.config.js

+ 9 - 0
src/views/technology/route/index.vue

@@ -137,6 +137,15 @@ export default {
           showOverflowTooltip: true
         },
 
+        {
+          slot: 'factoryName',
+          label: '所属工厂',
+          align: 'center',
+          showOverflowTooltip: true
+        },
+
+
+  
 
 
         

+ 2 - 2
vue.config.js

@@ -33,8 +33,8 @@ module.exports = {
       '/api': {
         // target: 'http://192.168.1.124:50001',
         // target: 'http://192.168.1.147:18086',
-        // target: 'http://192.168.1.125:18086',
-        target: 'http://192.168.1.116:18086',
+        target: 'http://192.168.1.125:18086',
+        // target: 'http://192.168.1.116:18086',
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {
           '^/api': ''