| 123456789101112131415161718192021222324252627282930313233343536 |
- export default {
- appid: "wx56914f69b1563869",
- company: "Svehl6FceL",
- // FM 插件:须与 app.json -> plugins.fm-plugin 中 provider/version 一致。
- // 「插件未授权」时:用当前小程序账号登录 mp.weixin.qq.com -> 设置 -> 第三方设置 -> 插件管理 -> 添加插件 -> 插件 AppID 填 provider。
- plugin: {
- provider: "wx56d559d35ae6e502",
- version: "0.1.1",
- },
- rootPage: "/yuban/pages/index/index",
- theme: {
- color: "blue",
- cardType: 5, // 1Outofbox 2VShow 3Halfuser 4miniuser 5HalfuserR
- },
- defaultTabBar: {
- color: "#5d6268",
- selectedColor: "#21bfFF",
- backgroundColor: "#fff",
- borderStyle: "white",
- list: [{
- pagePath: "/yuban/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", // 小程序版本号
- };
|