diff --git a/config/index.js b/config/index.js
index b06b579..b07b6ee 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.qntcoin.com/',
+ target: 'https://seee.qntwallets.com/',
changeOrigin: true,
// pathRewrite: {
// // 请求时 将api替换成实际的apis等
diff --git a/src/api/server/index.js b/src/api/server/index.js
index d6b6c2e..5dbe273 100644
--- a/src/api/server/index.js
+++ b/src/api/server/index.js
@@ -57,7 +57,7 @@ console.log(process.env.NODE_ENV)
Object.assign(settings, {
// api请求根地址 打包使用完整地址 调试使用本地服务器代理 避免跨域
- baseURL: process.env.NODE_ENV == 'production' ? 'https://seee.qntcoin.com/api/' : '/api/',
+ baseURL: process.env.NODE_ENV == 'production' ? 'https://seee.qntwallets.com/api/' : '/api/',
// baseURL: 'https://djs.jedcoin.com/api/',
// 加载超时限定5s
diff --git a/src/index.html b/src/index.html
index b2a1ec4..21a1535 100644
--- a/src/index.html
+++ b/src/index.html
@@ -22,7 +22,7 @@
for (var i = 0; i < mobileAgent.length; i++) {
if (browser.indexOf(mobileAgent[i]) != -1) {
//todo 手机版跳转
- window.location.href = 'https://h5.qntcoin.com/';
+ window.location.href = 'https://h5.qntwallets.com/';
break;
}
}
@@ -69,13 +69,13 @@
-
+