Browse Source

fix: 合并master

sy-water-data-board-ui
panyuyi 1 year ago
parent
commit
907e426e09
  1. 1
      src/views/dike/runManage/enginerring/inspectionItems/index.vue
  2. 2
      src/views/loginbg.vue
  3. 4
      vue.config.js

1
src/views/dike/runManage/enginerring/inspectionItems/index.vue

@ -68,7 +68,6 @@ export default {
this.tableData = res.records; this.tableData = res.records;
this.pageData.total = res.total; this.pageData.total = res.total;
} }
console.log("🚀表格数据🚀", res);
}); });
}, },
// //

2
src/views/loginbg.vue

@ -187,7 +187,7 @@ export default {
}) })
.catch(() => { .catch(() => {
this.loading = false; this.loading = false;
this.getCode(); // this.getCode();
}); });
} }
}); });

4
vue.config.js

@ -37,8 +37,8 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
// target: "http://shuili-admin.product.dev.com:30115", target: "http://shuili-admin.product.dev.com:30115",
target: "http://127.0.0.1:18082", // target: "http://127.0.0.1:18082",
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '/tianhui-admin-web' ['^' + process.env.VUE_APP_BASE_API]: '/tianhui-admin-web'

Loading…
Cancel
Save