|
|
@@ -139,7 +139,6 @@ Page({
|
|
|
icon: "icon-xiangmubaojia",
|
|
|
apps: {}
|
|
|
})
|
|
|
-
|
|
|
gridList.push({
|
|
|
name: "合同",
|
|
|
path: "/packageA/contract/index",
|
|
|
@@ -152,6 +151,12 @@ Page({
|
|
|
icon: "icon-xiaochengxutongxunlu",
|
|
|
apps: {}
|
|
|
})
|
|
|
+ gridList.push({
|
|
|
+ name: "竞争对手",
|
|
|
+ path: "/packageA/opponent/index",
|
|
|
+ icon: "icon-xiaochengxutongxunlu",
|
|
|
+ apps: {}
|
|
|
+ })
|
|
|
}
|
|
|
/* 首页小组件查询 */
|
|
|
try {
|