@@ -1,2 +1,2 @@
-VITE_API_HOST = 'http://192.168.14.224/Customer_Service_Online'
+VITE_API_HOST = 'http://192.168.114.65/Customer_Service_Online'
VITE_BASE_URL = '/k_new_online/'
@@ -58,7 +58,7 @@ export default defineConfig(({ mode }) => {
// 设置 https 代理
proxy: {
'/api': {
- target: 'http://192.168.14.224',
+ target: 'http://192.168.114.65',
changeOrigin: true,
rewrite: (path: string) => path.replace(/^\/api/, '')
}
@@ -59,7 +59,7 @@ var vite_config_default = defineConfig(({ mode }) => {
"/api": {
- target: "http://192.168.14.224",
+ target: "http://192.168.114.65",
rewrite: (path) => path.replace(/^\/api/, "")