更新
This commit is contained in:
parent
3176a0624a
commit
9dd0c2af11
@ -11,8 +11,8 @@ let httpApiFive
|
||||
let wsApi
|
||||
|
||||
// 在打包之前请检查当前环境是否正确
|
||||
const env = 'dev'; // 开发
|
||||
// const env = 'prod'; // 生产
|
||||
// const env = 'dev'; // 开发
|
||||
const env = 'prod'; // 生产
|
||||
// const env = 'prew'; // 预上线
|
||||
|
||||
switch (env) {
|
||||
|
@ -2,8 +2,8 @@
|
||||
"name" : "惠农生活",
|
||||
"appid" : "__UNI__3A527D1",
|
||||
"description" : "",
|
||||
"versionName" : "1.6.6",
|
||||
"versionCode" : 166,
|
||||
"versionName" : "1.6.7",
|
||||
"versionCode" : 167,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
|
@ -232,7 +232,16 @@
|
||||
url: "https://lihai001.oss-cn-chengdu.aliyuncs.com/app/__UNI__40723E1.wgt",
|
||||
},
|
||||
type: 4
|
||||
}
|
||||
},
|
||||
{
|
||||
name: '种植溯源',
|
||||
icon: '/static/applet/icons.png',
|
||||
data: {
|
||||
id: "__UNI__D087881",
|
||||
url: "https://lihai001.oss-cn-chengdu.aliyuncs.com/def/793a5202312201452086405.wgt",
|
||||
},
|
||||
type: 4
|
||||
}
|
||||
// {
|
||||
// name: '农业智能感知平台',
|
||||
// icon: '/static/applet/icons.png',
|
||||
@ -282,6 +291,12 @@
|
||||
this.AllMenuList = this.AllMenuList.filter(item=>{
|
||||
return item.name!='里海直播'&&item.name!='oa小程序'
|
||||
})
|
||||
// 正式
|
||||
this.AllMenuList.forEach(item=>{
|
||||
if(item.name=='种植溯源'){
|
||||
item.data.url = 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/97568202312201457561882.wgt'
|
||||
}
|
||||
})
|
||||
}
|
||||
this.showControllerAllLet();
|
||||
this.Area();
|
||||
|
Loading…
x
Reference in New Issue
Block a user