From ef9253c5cf5711d9044d7d86f4d9a9cca7484f9b Mon Sep 17 00:00:00 2001 From: "huan.xu" <275942173@qq.com> Date: Mon, 31 Aug 2020 16:32:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E6=99=AF=E9=A1=B5=E9=9D=A2bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/app.js | 1 + src/components/common/header.vue | 11 +++--- src/pages/entry.vue | 64 +++++++++++++++++++++++++++----- 3 files changed, 62 insertions(+), 14 deletions(-) diff --git a/src/api/app.js b/src/api/app.js index f078e99..5f8f630 100644 --- a/src/api/app.js +++ b/src/api/app.js @@ -11,6 +11,7 @@ export const userApi = 'https://www.zhixinchains.com/user'; //用户 export const FILE_URL = 'https://file.zhixinchains.com/'; //图片地址 export const yyyfApi = 'https://www.zhixinchains.com/yyyfuser'; //用户 +export const yyyfUrl = 'http://www.iyyyf.com/'; //以渔有方地址 // export const c2cApi = 'https://c2c.flamex.io'; //法币 // export const btcApi = 'https://btc.flamex.io'; //BTC钱包 diff --git a/src/components/common/header.vue b/src/components/common/header.vue index cad8234..3c59b23 100644 --- a/src/components/common/header.vue +++ b/src/components/common/header.vue @@ -3,8 +3,8 @@