解决页面缺失
parent
6c9d839fc7
commit
40eada19f8
|
@ -460,9 +460,6 @@ const tools = {
|
|||
},
|
||||
// 禁止小程序使用分享
|
||||
disableShareEv(){
|
||||
// #ifdef APP-PLUS
|
||||
uni.hideShareMenu();
|
||||
// #endif
|
||||
// #ifdef MP-WEIXIN
|
||||
wx.hideShareMenu({
|
||||
menus: ['shareAppMessage', 'shareTimeline']
|
||||
|
|
|
@ -55,7 +55,8 @@
|
|||
"appid" : "wx2654bc27c419ada6",
|
||||
"UniversalLinks" : ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"ad" : {}
|
||||
}
|
||||
},
|
||||
"splashscreen" : {
|
||||
|
@ -68,7 +69,7 @@
|
|||
/* 快应用特有相关 */
|
||||
"mp-weixin" : {
|
||||
/* 小程序特有相关 */
|
||||
"appid" : "wx2654bc27c419ada6",
|
||||
"appid" : "wx705dfb975654e53a",
|
||||
"setting" : {
|
||||
"urlCheck" : true,
|
||||
"es6" : true
|
||||
|
|
16
pages.json
16
pages.json
|
@ -68,17 +68,13 @@
|
|||
"root": "pagesA",
|
||||
"pages": [
|
||||
{
|
||||
"path" : "",
|
||||
"style" : {}
|
||||
}
|
||||
]
|
||||
},
|
||||
{//B包
|
||||
"root": "pagesB",
|
||||
"pages": [
|
||||
"path" : "test/test",
|
||||
"style" :
|
||||
{
|
||||
"path" : "",
|
||||
"style" :{}
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<view style="display: flex;align-items: center;justify-content: center;height: 100vh;">
|
||||
<view @tap="gohome" style="display: flex;align-items: center;justify-content: center;height: 100vh;">
|
||||
登录页
|
||||
</view>
|
||||
</template>
|
||||
|
@ -14,7 +14,11 @@
|
|||
|
||||
},
|
||||
methods: {
|
||||
|
||||
gohome(){
|
||||
uni.reLaunch({
|
||||
url:'/pages/tabbar/pagehome/pagehome'
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
<template>
|
||||
<view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
Loading…
Reference in New Issue