|
@@ -73,8 +73,8 @@ export default defineConfig({
|
|
|
rewrite: (path) => path.replace(/^\/orchestra/, ""),
|
|
|
},
|
|
|
"^/instrument/.*": {
|
|
|
- target: "https://dev.kt.colexiu.com",
|
|
|
- // target: "https://test.lexiaoya.cn",
|
|
|
+ // target: "https://dev.kt.colexiu.com",
|
|
|
+ target: "https://test.lexiaoya.cn",
|
|
|
changeOrigin: true,
|
|
|
rewrite: (path) => path.replace(/^\/instrument/, ""),
|
|
|
},
|