还原配置

This commit is contained in:
jia 2023-10-07 19:49:27 +08:00
parent 574c7caa2e
commit 836a2a3b0f

View File

@ -142,7 +142,6 @@
name: '商户平台', name: '商户平台',
icon: '/static/applet/shop_app.png', icon: '/static/applet/shop_app.png',
data: "__UNI__1EE148C", data: "__UNI__1EE148C",
type: 2, type: 2,
}, },
{ {
@ -360,8 +359,8 @@
// case 2: uniMP.loadMPx(data); break; // case 2: uniMP.loadMPx(data); break;
case 2: case 2:
// this.navigator(data); // this.navigator(data);
uniMP.loadMPx(data); // uniMP.loadMPx(data);
this.navigator(`/pages/moreProject/moreProject`);
break; break;
case 3: case 3:
@ -371,15 +370,14 @@
return; return;
// #endif // #endif
// #ifdef H5 // #ifdef H5
if (type == 2) {
// if (type == 2) { this.navigator(`/pages/moreProject/moreProject`);
// this.navigator(`/pages/moreProject/moreProject`); } else {
// } else {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: 'H5不支持打开小程序' title: 'H5不支持打开小程序'
}) })
// } }
// #endif // #endif
}, },