123456789101112131415161718192021222324252627282930313233343536 |
- export default {
- appid: "wx9e378ea72244da67",
- company: "qpFbRRSZrO",
- rootPage: "/nova-werun/pages/index/index",
- // 消息相关——JMessage
- jmessage: {
- appkey: "ddb2388ff7af7e4a67451cc4",
- // secret: "0fb1212b1b92e15df85089bc",//元宇宙
- secret: "faea7708762887fcdd365631fa2d699a",//学生生活
- },
- theme: {
- color: "blue",
- cardType: 5, // 1Outofbox 2VShow 3Halfuser 4miniuser 5HalfuserR
- },
- defaultTabBar: {
- color: "#5d6268",
- selectedColor: "#21bfFF",
- backgroundColor: "#fff",
- borderStyle: "white",
- list: [{
- pagePath: "/nova-werun/pages/index/index",
- text: "首页",
- iconPath: "http://cloud.file.futurestack.cn/pPZbxElQQo/20210414/b41moo052811.png",
- selectedIconPath: "http://cloud.file.futurestack.cn/pPZbxElQQo/20210422/v138mb025556.png",
- method: "redirectTo",
- }, ],
- },
- // 关联微擎帐套ID
- siteroot: "https://vip.futurestack.cn/app/index.php",
- api: "https://vip.futurestack.cn/app/future_shopv2_api.php?i=30",
- approot: "https://vip.futurestack.cn/addons/future_shopv2/",
- uniacid: "28", // 小程序uniacid
- acid: "28", // 小程序uniacid
- multiid: "0", // 小程序版本id
- version: "1.0", // 小程序版本号
- };
|