From d3e8c5c929d239b655e3daf2f4d4af7805c8f5ac Mon Sep 17 00:00:00 2001 From: taiyuan Date: Wed, 15 Jul 2020 11:09:06 +0800 Subject: [PATCH] 修改setting.js的url --- setting.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setting.js b/setting.js index cf81208..5f330c7 100644 --- a/setting.js +++ b/setting.js @@ -2,7 +2,8 @@ module.exports = { appName: "派派通", versionCode: "1.0.0", appLogo: "../../../images/logo.png", - url: "https://test-weshop.yolipai.net", + // url: "https://test-weshop.yolipai.net", + url: "https://test-weshop.xinda100.cn", //url:"https://weshop.yolipai.net", //外网的网址 //url:"http://172.20.3.121:8085", //明海的网址 //url:"http://172.20.3.102:8085", //自己的网址 -- libgit2 0.21.4