@@ -65,6 +65,13 @@ Page({
break;
};
});
+ /* 假的线索入口 */
+ gridList.push({
+ name: "销售线索",
+ path: "/pages/threadedTree/index",
+ icon: "icon-xiaoshouxiansuo",
+ apps: {}
+ });
/* 首页小组件查询 */
let home = getApp().globalData.queryPer.query(wx.getStorageSync('userauth'), ['通用'], ['首页'])[0].apps[0].meta.wedgits;