我的返回appapp

master
lion 3 years ago
parent 454f33c4fa
commit 6e60ab6dbe

@ -31,7 +31,16 @@
"path": "pages/mine/mine", "path": "pages/mine/mine",
"style": { "style": {
"navigationBarTitleText": "我的", "navigationBarTitleText": "我的",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
} }
}, { }, {

@ -82,6 +82,9 @@
// //
deep: true deep: true
} }
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
hasMenu(menu_id) { hasMenu(menu_id) {

@ -1,4 +1,3 @@
<<<<<<< HEAD
import md5 from "./md5.min"; import md5 from "./md5.min";
const HOSTARR = { const HOSTARR = {
//'development': 'http://192.168.60.100:9001', //'development': 'http://192.168.60.100:9001',

Loading…
Cancel
Save