diff --git a/.env b/.env index dec51eb..370881b 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ # 全局 API 地址 # VITE_GLOBAL_API="http://localhost:6688" -VITE_GLOBAL_API="https://api-hot.imsyy.top" +VITE_GLOBAL_API="https://api-hot.efefee.cn" # ICP 备案号 VITE_ICP = "豫ICP备2022018134号-1" diff --git a/vite.config.js b/vite.config.js index 95f7354..a589c6b 100644 --- a/vite.config.js +++ b/vite.config.js @@ -73,6 +73,9 @@ export default defineConfig(({ mode }) => { "@": fileURLToPath(new URL("./src", import.meta.url)), }, }, + server: { + port: 6699, + }, build: { minify: "terser", terserOptions: {