|
@@ -55,8 +55,9 @@ export default defineConfig({
|
|
|
server: {
|
|
|
proxy: {
|
|
|
"^/api": {
|
|
|
- // target: 'http://192.168.10.39:7100'
|
|
|
- target: "http://test.markingtool.cn",
|
|
|
+ // target: "http://192.168.10.39:7100",
|
|
|
+ target: "http://192.168.11.28:7101",
|
|
|
+ // target: "http://test.markingtool.cn",
|
|
|
},
|
|
|
},
|
|
|
},
|