zhangyujun 3 anni fa
parent
commit
461af60874
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -35,7 +35,7 @@ export default defineConfig({
 				rewrite: (path) => path.replace(/^\/dev-api/, ""),
 			},
 			"/prod-api": {
-				target: "https://1.15.29.64/twzd-admin",
+				target: "https://jpcj-admin.zzxcx.net/twzd-admin",
 				changeOrigin: true,
 				rewrite: (path) => path.replace(/^\/prod-api/, ""),
 			},