Ver Fonte

Merge branch 'master' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-wt into dev

yusheng há 1 ano atrás
pai
commit
75f8cf4c64
2 ficheiros alterados com 5 adições e 2 exclusões
  1. 4 1
      src/views/bpm/handleTask/index.vue
  2. 1 1
      vue.config.js

+ 4 - 1
src/views/bpm/handleTask/index.vue

@@ -62,9 +62,12 @@
               @submit="submit"
               @handleClose="handleClose"
               ref="subForm"
+
             ></async-sub-form-component> 
+
+
           </div>
-          <div> </div>
+          <!-- <div> </div> -->
           <!-- <el-col :span="16" :offset="6">
             <el-form
               :ref="'form' + index"

+ 1 - 1
vue.config.js

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