From 9f9ee7e7b8e6e0057b8cdb542287ecf44ce317e5 Mon Sep 17 00:00:00 2001 From: TorsenLi Date: Sun, 2 Feb 2025 17:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=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 | 4 ++-- src/utils/consts.js | 8 ++++---- src/views/exchange/symbols.vue | 2 +- src/views/profile/certification.vue | 2 ++ 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/config/index.js b/config/index.js index 8d1ee6a..a0b2601 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://seee.trowallets.com/', + target: 'https://seee.trocwallet.com/', changeOrigin: true, // pathRewrite: { // // 请求时 将api替换成实际的apis等 diff --git a/src/api/server/index.js b/src/api/server/index.js index 7f6bfc1..a0501b6 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://seee.trowallets.com/api/' : '/api/', + baseURL: process.env.NODE_ENV == 'production' ? 'https://seee.trocwallet.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 90eaed6..5f2d80f 100644 --- a/src/index.html +++ b/src/index.html @@ -72,10 +72,10 @@