From 25b1262a25df82f32296afe3802836e768f2143f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 15 五月 2020 14:15:30 +0800 Subject: [PATCH] 2020-05-15 --- src/index.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/index.js b/src/index.js index 85cb0aa..bc93d9d 100644 --- a/src/index.js +++ b/src/index.js @@ -92,6 +92,12 @@ } } +if (process.env.NODE_ENV === 'production') { // 鐢ㄤ簬鏍¢獙鏄惁瀛樺湪寮�鍙戞潈闄� + window.GLOB.linkurl = window.location.href.split('#')[0] +} else { + window.GLOB.linkurl = 'http://qingqiumarket.cn/MKWMS/Index.html' +} + const option = { white: 'mk-white' -- Gitblit v1.8.0