Browse Source

优化

master
陈裕财 2 years ago
parent
commit
5fafa6f995
  1. 8
      config/index.js
  2. 0
      src/login.js

8
config/index.js

@ -10,6 +10,14 @@ module.exports = {
assetsSubDirectory: '',
assetsPublicPath: '/',
proxyTable: {
'/api/m1/oauth2client': {
target: 'http://localhost:7002',
changeOrigin: true,
pathRewrite: {
'^/api/m1/oauth2client': ''
}
},
/**
'/api/m1/xm': {
target: 'http://localhost:7067',

src/api/login.js → src/login.js

Loading…
Cancel
Save