Commit 4499392d by 展昭

update

parent 51160130
Showing with 6 additions and 1 deletions
......@@ -53,7 +53,10 @@ Vue.prototype.setPageNavState = function () {
Vue.prototype.$bridge = bridge;
if (process.env.NODE_ENV === 'development') {
const VConsole = require('vconsole')
const my_console = new VConsole();
}
new Vue({
......
......@@ -242,6 +242,8 @@ export default {
isShowTitle: true,
isShowNav: true,
isCloseWebView: false
}).then(res=>{
console.log('setPageNavState in bill index');
});
// this.$bridge
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment