fix:default config.js for vue3

This commit is contained in:
2023-10-20 17:50:32 +08:00
parent 917777c25a
commit 2be2cf8289

View File

@@ -4,7 +4,7 @@
*/
(function () {
// host = ip:prot
const host = "192.168.2.166:3186";
const host = "192.168.2.219:3030";
// Service Address 服务地址
const baseUrl = `http://${host}`