zoujiandong b496603f7c 111
2025-06-17 17:58:29 +08:00

13 lines
211 B
JavaScript

// app.js
import { hostConfig} from "./utils/config"
import router from './utils/router.js'
App({
onLaunch: function () {
},
method: router,
hostConfig: hostConfig,
globalData: {
height: 0
}
});