Commit 8225d07a38b2f5878849b11871638bee65d0adef

Authored by wangming
2 parents f48efd0b ea20c9cf

Merge branch 'develop_interview' of http://39.98.150.180/antissoft/antissoft.dat…

…i.admin into develop_interview
Showing 2 changed files with 3 additions and 2 deletions
.gitignore
@@ -15,3 +15,4 @@ tests/**/coverage/ @@ -15,3 +15,4 @@ tests/**/coverage/
15 *.njsproj 15 *.njsproj
16 *.sln 16 *.sln
17 vue.config.js 17 vue.config.js
  18 +vue.config.js
vue.config.js
@@ -38,8 +38,8 @@ module.exports = { @@ -38,8 +38,8 @@ module.exports = {
38 }, 38 },
39 proxy: { 39 proxy: {
40 '/development': { 40 '/development': {
41 - // target: `http://inteview.t1j2.com/`, //后台服务地址  
42 - target:'http://localhost:8009', 41 + target: `http://inteview.t1j2.com/`, //后台服务地址
  42 + // target:'http://localhost:8877',
43 changeOrigin: true, 43 changeOrigin: true,
44 pathRewrite: { 44 pathRewrite: {
45 '^/development': '' 45 '^/development': ''