zjh
2025-11-07 49b1a61044608b5b10579b987532d566d2f235f2
更新
已修改1个文件
8 ■■■■■ 文件已修改
store/index.js 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
store/index.js
@@ -10,9 +10,11 @@
            networkFlag:'内网', 
            serverURLInt:'http://192.168.11.251:10054',//服务器体检 10.0.1.104:10054
            serverURL:'http://localhost:10054',//本地调试地址
            serverAPI:'http://localhost:5184/api',//当前正在使用的服务器,默认为外网  localhost
            //serverAPI:'http://192.168.1.104:10056/api',//当前正在使用的服务器,默认为外网  10054为正式API
            //serverAPI:'http://192.168.1.104:10057/api',//当前正在使用的服务器,默认为外网  10055为测试API
            //serverAPI:'http://localhost:5184/api',//当前正在使用的服务器,默认为外网  localhost
            serverAPI:'http://192.168.1.104:10054/api',//当前正在使用的服务器,默认为外网  10054为科技正式API
            //serverAPI:'http://192.168.1.104:10055/api',//当前正在使用的服务器,默认为外网  10055为科技测试API
            //serverAPI:'http://192.168.1.104:10056/api',//当前正在使用的服务器,默认为外网  10056为小步正式API
            //serverAPI:'http://192.168.1.104:10057/api',//当前正在使用的服务器,默认为外网  10057为小步测试API
        }
    },
    mutations: {