From f019461a5128e3cce272e1de50ca6fbf101a6937 Mon Sep 17 00:00:00 2001 From: torsenli Date: Tue, 10 Oct 2023 15:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E6=9B=B4=E6=96=B0=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/server/index.js | 4 ++-- src/index.html | 8 ++++---- src/utils/consts.js | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/api/server/index.js b/src/api/server/index.js index 4dd316b..5c3ed30 100644 --- a/src/api/server/index.js +++ b/src/api/server/index.js @@ -59,7 +59,7 @@ Object.assign(settings, { // api请求根地址 打包使用完整地址 调试使用本地服务器代理 避免跨域 // baseURL: process.env.NODE_ENV == 'production' ? 'http://qkladmin2.ruanmeng.top/api/' : '/api/', // baseURL: process.env.NODE_ENV == 'production' ? 'https://guanli.coin.amatak.net/api/' : '/api/', - baseURL: process.env.NODE_ENV == 'production' ? 'https://sses.cxipro.com/api/' : '/api/', + baseURL: process.env.NODE_ENV == 'production' ? 'https://mgg.cxisux.net/api/' : '/api/', // baseURL: 'https://aaccdd.kixcoin.org/api/' , // baseURL: 'https://guanli.coin.amatak.net/api/', // baseURL: 'https://api.hipc.world/', @@ -184,7 +184,7 @@ server.interceptors.response.use( // throw new Error(error); // } // }); - + return Promise.reject(error) } ) diff --git a/src/index.html b/src/index.html index a830378..8abc74c 100644 --- a/src/index.html +++ b/src/index.html @@ -21,7 +21,7 @@ for (var i = 0; i < mobileAgent.length; i++) { if (browser.indexOf(mobileAgent[i]) != -1) { //todo 手机版跳转 - window.location.href = 'https://app.cxipro.com'; + window.location.href = 'https://app.cxisux.net'; break; } } @@ -68,13 +68,13 @@ - +