1
guanqb
2023-03-20 c40316cfecc4bb1a74642ee1ea2c76365a41d415
1
1 files modified
2 ■■■ changed files
vue.config.js 2 ●●● patch | view | raw | blame | history
vue.config.js
@@ -158,7 +158,7 @@
            "/api": {
                // target用于配置你允许访问数据的计算机名称,即是你的api接口的服务器地址
                // target: "http://localhost:82",
                target: "http://192.168.0.126:82",
                target: "http://192.168.0.200:82",
                // target: "http://17.20.10.3:82",
                // target: "http://10.141.11.11:8081/api",
                // ws: true, //启用webSocket6566