From dc98ebea6c3bd6be2c8be7d3ccdc4c7d988da67a Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Mon, 27 Jul 2026 14:49:46 +0800 Subject: [PATCH] 1.固定英文版本ip --- src/utils/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/config.js b/src/utils/config.js index 7932696..d2a24be 100644 --- a/src/utils/config.js +++ b/src/utils/config.js @@ -10,7 +10,7 @@ const bHttps = localStorage.ipAddress ? false : location.protocol === 'https:'; export const webSite = { faceAddress: isDev ? '//km5cjx.gnway.cc:36867/xlyFace' : '//' + location.host + '/xlyFace', // ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//km5cjx.gnway.cc:36867/xlyEntry/' : '//' + location.host + '/xlyEntry/', - ipAddress: isDev ? '//8.210.130.8:8888/xlyEntry_wucai/' : '//' + location.host + '/xlyEntry/', + ipAddress: isDev ? '//8.210.130.8:8888/xlyEntry_wucai/' : '//' + location.host + '/xlyEntry_wucai/', // ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//118.178.19.35:8088/xlyEntry/' : '//' + location.host + '/xlyEntry/', // ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//km5cjx.gnway.cc:37845/xlyEntry/' : '//' + location.host + '/xlyEntry/', -- libgit2 0.22.2