新增提成查询

This commit is contained in:
huangdeliang
2020-09-24 00:27:46 +08:00
parent 3deb40bac9
commit cf70d53d7f
12 changed files with 909 additions and 3 deletions

View File

@ -34,7 +34,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://192.168.110.150:8090`,
target: `http://localhost:8091`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''