|
@@ -18,6 +18,10 @@ const app = createApp(App)
|
|
|
// import Vconsole from 'vconsole'
|
|
|
// const vconsole = new Vconsole()
|
|
|
postMessage({ api: 'setBarStatus', content: { status: 0 } })
|
|
|
+postMessage({
|
|
|
+ api: 'backIconChange',
|
|
|
+ content: { backIconHide: true }
|
|
|
+})
|
|
|
postMessage(
|
|
|
{
|
|
|
api: 'getVersion'
|