diff --git a/config/index.js b/config/index.js index 5030cfd..611cf33 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://adm.moabwalletss.com/', + target: 'https://adm.btclov.com/', changeOrigin: true, // pathRewrite: { // // 请求时 将api替换成实际的apis等 diff --git a/src/api/server/index.js b/src/api/server/index.js index 6c8d345..2b237fc 100644 --- a/src/api/server/index.js +++ b/src/api/server/index.js @@ -57,7 +57,7 @@ const headers = Object.assign({ Object.assign(settings, { // api请求根地址 打包使用完整地址 调试使用本地服务器代理 避免跨域 - baseURL: process.env.NODE_ENV == 'production' ? 'https://adm.moabwalletss.com/api/' : '/api/', + baseURL: process.env.NODE_ENV == 'production' ? 'https://adm.btclov.com/api/' : '/api/', // baseURL: 'https://djs.jedcoin.com/api/', // 加载超时限定5s diff --git a/src/assets/img/home/moab.png b/src/assets/img/home/moab.png index 6bf525e..ad7ba88 100644 Binary files a/src/assets/img/home/moab.png and b/src/assets/img/home/moab.png differ diff --git a/src/components/CommonFooter.vue b/src/components/CommonFooter.vue index 4aaffeb..6189883 100644 --- a/src/components/CommonFooter.vue +++ b/src/components/CommonFooter.vue @@ -262,11 +262,11 @@