From d530d1b293d891359d37e531431909c5fc0df12b Mon Sep 17 00:00:00 2001 From: torsenli Date: Thu, 12 Oct 2023 21:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B7=E6=B1=82=E5=9F=9F?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- src/api/server/index.js | 2 +- src/index.html | 8 ++++---- src/utils/consts.js | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config/index.js b/config/index.js index 9da7ddd..079ad88 100644 --- a/config/index.js +++ b/config/index.js @@ -24,7 +24,7 @@ module.exports = { '/api': { // target: 'http://qkladmin2.ruanmeng.top/', // target: 'https://guanli.coin.amatak.net/', - target: 'https://mgg.cxisux.net/', + target: 'https://mgg.cxisux.com/', changeOrigin: true, // pathRewrite: { // // 请求时 将api替换成实际的apis等 diff --git a/src/api/server/index.js b/src/api/server/index.js index 5c3ed30..8652930 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://mgg.cxisux.net/api/' : '/api/', + baseURL: process.env.NODE_ENV == 'production' ? 'https://mgg.cxisux.com/api/' : '/api/', // baseURL: 'https://aaccdd.kixcoin.org/api/' , // baseURL: 'https://guanli.coin.amatak.net/api/', // baseURL: 'https://api.hipc.world/', diff --git a/src/index.html b/src/index.html index 0b7f7d2..6d5f86e 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 Mobile version jump - window.location.href = 'https://app.cxisux.net'; + window.location.href = 'https://app.cxisux.com'; break; } } @@ -68,13 +68,13 @@ - +