Skip to content

Commit 61cb7e7

Browse files
committed
[chore]: Modify proxy address
1 parent 8a9d1e4 commit 61cb7e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/base/vite.config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ export default defineConfig(() => {
114114
open: true,
115115
proxy: {
116116
'^(/v|/sqle/v)': {
117-
target: 'http://10.186.64.24:10000/'
117+
target: 'http://10.186.62.13:11000/'
118118
},
119119
'^/provision/v': {
120-
target: 'http://10.186.64.24:10000/'
120+
target: 'http://10.186.62.13:11000/'
121121
},
122122
'^/logo': {
123-
target: 'http://10.186.64.24:10000/'
123+
target: 'http://10.186.62.13:11000/'
124124
}
125125
},
126126
cors: true

0 commit comments

Comments
 (0)