|
@@ -52,8 +52,8 @@ export default defineConfig({
|
|
|
port: 3000,
|
|
|
proxy: {
|
|
|
"^/gym/.*": {
|
|
|
- target: "https://mstutest.dayaedu.com",
|
|
|
- // target: "https://online.dayaedu.com",
|
|
|
+ // target: "https://mstutest.dayaedu.com",
|
|
|
+ target: "https://online.dayaedu.com",
|
|
|
changeOrigin: true,
|
|
|
rewrite: (path) => path.replace(/^\/gym/, ""),
|
|
|
},
|