From 2be2cf8289af33f66a6ea18a3af74a10a7680e9f Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Fri, 20 Oct 2023 17:50:32 +0800 Subject: [PATCH] fix:default config.js for vue3 --- public/{ => default}/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename public/{ => default}/config.js (91%) diff --git a/public/config.js b/public/default/config.js similarity index 91% rename from public/config.js rename to public/default/config.js index 75544039..e1928097 100644 --- a/public/config.js +++ b/public/default/config.js @@ -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}`