123456789101112131415161718192021222324252627282930 |
- export default {
- appid: "wx37db90fff9e68f1f",//智慧沙石(后续换)
- company: "EbxZUK5lBI",
- rootPage: "/nova-tourism/pages/index/index",
- theme: {
- color: "blue",
- cardType: 5, // 1Outofbox 2VShow 3Halfuser 4miniuser 5HalfuserR
- },
- defaultTabBar: {
- color: "#5d6268",
- selectedColor: "#21bfFF",
- backgroundColor: "#fff",
- borderStyle: "white",
- list: [{
- pagePath: "/nova-tourism/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", // 小程序版本号
- };
|