ysy hai 1 ano
pai
achega
1dd715a040
Modificáronse 3 ficheiros con 2 adicións e 2 borrados
  1. BIN=BIN
      dist.rar
  2. 1 1
      src/views/inspectionClassify/components/user-list.vue
  3. 1 1
      vue.config.js

BIN=BIN
dist.rar


+ 1 - 1
src/views/inspectionClassify/components/user-list.vue

@@ -6,7 +6,7 @@
       ref="table"
       :columns="columns"
       :datasource="datasource"
-      height="calc(100vh - 265px)"
+      height="calc(100vh - 365px)"
       full-height="calc(100vh - 116px)"
       tool-class="ele-toolbar-form"
       cache-key="systemOrgUserTable"

+ 1 - 1
vue.config.js

@@ -32,7 +32,7 @@ module.exports = {
       // 当我们的本地的请求 有/api的时候,就会代理我们的请求地址向另外一个服务器发出请求
       '/api': {
         // target: 'http://124.71.68.31:50001',
-        target: 'http://192.168.1.107:18086',
+        target: 'http://192.168.1.125:18086',
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {
           '^/api': ''