From 3d048c6bbb3a5bd96fc231212f005b42e93233a7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 18 三月 2021 09:19:30 +0800 Subject: [PATCH] 2021-03-18 --- src/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index cc743d1..acc30d7 100644 --- a/src/index.js +++ b/src/index.js @@ -176,8 +176,8 @@ GLOB.service = _service ? _service + '/' : '' } else { GLOB.linkurl = '' - GLOB.location = 'http://qingqiumarket.cn' - GLOB.service = 'mkwms/' + GLOB.location = config.host + GLOB.service = config.service } Object.defineProperty(GLOB, 'appId', { -- Gitblit v1.8.0