From a857a5125522a4edc13c810e21cfddd981b49900 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Fri, 8 Oct 2021 14:18:52 +0800 Subject: [PATCH] 设置的补上 --- setting.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+), 0 deletions(-) create mode 100644 setting.js diff --git a/setting.js b/setting.js new file mode 100644 index 0000000..8e3fdf6 --- /dev/null +++ b/setting.js @@ -0,0 +1,17 @@ +module.exports = { + appName: "派派通", + versionCode: "1.0.0", + appLogo: "../../../images/logo.png", + url: "https://test-weshop.xinda100.cn", + //url:"https://weshop.yolipai.net", //外网的网址 + //url:"https://qa-weshop.yolipai.net", //外网的网址 + //url:"http://172.20.3.41:8085", //明海的网址 + //url:"http://172.20.3.102:8085", //自己的网址 + banner_err:"../../../images/del/logo.png", + imghost: "https://mshopimg.yolipai.net/", + share: {}, + stoid:1 + +}; + + -- libgit2 0.21.4