Skip to content

Commit 2c19c3b

Browse files
committed
chore: 移除注释
1 parent 95f2218 commit 2c19c3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web/vue.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@ module.exports = {
124124
port: 8080,
125125
proxy: {
126126
'/api': {
127-
target: 'http://sit.dss.bdp.weoa.com',
128-
// target: 'http://10.107.97.166:9188',
129-
// target: 'http://172.24.2.230:9400',
127+
target: 'http://127.0.0.1:9400',
130128
changeOrigin: true,
131129
pathRewrite: {
132130
//'^/api': '/mock/15/api'

0 commit comments

Comments
 (0)