This commit is contained in:
weipengfei 2023-12-29 18:21:52 +08:00
parent bc87f30948
commit 710572e2a7
3 changed files with 6 additions and 6 deletions

View File

@ -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) {

View File

@ -2,8 +2,8 @@
"name" : "惠农生活",
"appid" : "__UNI__3A527D1",
"description" : "",
"versionName" : "1.6.8",
"versionCode" : 168,
"versionName" : "1.6.9",
"versionCode" : 169,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@ -300,7 +300,7 @@
},
//
initMenu() {
let now = uni.getStorageSync('gatherNowMenuList');
let now = uni.getStorageSync('gatherMenuList');
try {
this.nowMenuList = JSON.parse(now);
this.AllMenuList = this.AllMenuList.filter((item) => {
@ -330,7 +330,7 @@
//
editComfirm() {
this.editFlag = false;
uni.setStorageSync('gatherNowMenuList', JSON.stringify(this.nowMenuList));
uni.setStorageSync('gatherMenuList', JSON.stringify(this.nowMenuList));
},
getUniMp(data) {
let that = this;