mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
删除无用文件夹
This commit is contained in:
14
wechat/app.js
Normal file
14
wechat/app.js
Normal file
@@ -0,0 +1,14 @@
|
||||
// app.js
|
||||
|
||||
import { appLogin } from "/utils/login.js";
|
||||
|
||||
App({
|
||||
onLaunch(options) {
|
||||
|
||||
// 登录
|
||||
appLogin(options);
|
||||
},
|
||||
globalData: {
|
||||
userInfo: null
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user