From fbe8b1adf4b50323b7ea6ad09c810cb3e07a69b9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 二月 2020 11:47:38 +0800 Subject: [PATCH] 2020-02-04 --- src/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index f688691..24e776d 100644 --- a/src/index.js +++ b/src/index.js @@ -36,9 +36,9 @@ if (process.env.NODE_ENV === 'production') { let service = window.GLOB.service ? (/\/$/.test(window.GLOB.service) ? window.GLOB.service : window.GLOB.service + '/') : '' - window.GLOB.subSystemApi = document.location.origin + '/' + service + 'webapi/dostar' + window.GLOB.subSystemApi = document.location.origin + '/' + service + 'webapi/dostars' } else { - window.GLOB.subSystemApi = 'http://qingqiumarket.cn/mkwms/webapi/dostar' + window.GLOB.subSystemApi = 'http://qingqiumarket.cn/mkwms/webapi/dostars' } -- Gitblit v1.8.0