YZProjectCloud/yanzhu-ui-app/miniprogram/config.js

19 lines
502 B
JavaScript

// 应用全局配置
module.exports = {
timeout: 60000,
appId: "wx007a8fd50dc185b2",
//baseUrl: "https://xiangguan.sxyanzhu.com/wechat",
baseUrl: "https://jaszpt.crfeb.com.cn/wechat",
//baseUrl: "http://127.0.0.1:8080",
//baseImgUrl: "https://xiangguan.sxyanzhu.com",
baseImgUrl: "https://jaszpt.crfeb.com.cn",
//baseImgUrl: 'http://127.0.0.1:9300',
noSecuritys: [
"/code",
"/auth/wxLogin",
"/auth/getMaOpenId",
"/auth/getMaPhoneNumber",
"/auth/maLogin",
],
};