浏览代码

群聊昵称备注优化

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
 			},