qingcheng-xiaochengxu/app.js

7 lines
102 B
JavaScript

const { checkLogin } = require('./utils/logcheck');
App({
onLaunch() {
// checkLogin();
}
});