This commit is contained in:
aihe 2024-08-02 11:30:24 +08:00
parent 324cc834e9
commit ca835f68de
3 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,8 @@
import vconsole from "vconsole"
let vConsoleInstance
export const initVConsole = ()=> {
if(!vConsoleInstance) {
// vConsoleInstance = new vconsole()
}
}

View File

@ -31,6 +31,25 @@
}
</script>
<script module="VConsole" lang="renderjs">
import { initVConsole } from "./renderVConsole"
export default {
data() {
return {
}
},
mounted() {
this.showVConsole()
},
methods: {
showVConsole(){
initVConsole()
}
}
}
</script>
<style scoped lang="scss">
</style>

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__BCB0FB5",
"description" : "探路国际速运",
"versionName" : "1.0.0",
"versionCode" : "1028",
"versionCode" : "1029",
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {