xsx пре 1 година
родитељ
комит
17d52ced4a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      im-uniapp/vite.config.js

+ 1 - 1
im-uniapp/vite.config.js

@@ -11,7 +11,7 @@ export default defineConfig({
 			'/api': {
 				rewrite: path => path.replace(/^\/api/, ''),
 				logLevel: 'debug',
-				target: 'http://192.168.2.67:8888',
+				target: 'http://127.0.0.1:8888',
 				changeOrigin: true
 			},