删除无用文件夹

This commit is contained in:
qianlile
2021-08-30 09:56:13 +08:00
parent 33aecb6bda
commit e50ba21896
919 changed files with 35 additions and 24460 deletions

14
wechat/app.js Normal file
View File

@@ -0,0 +1,14 @@
// app.js
import { appLogin } from "/utils/login.js";
App({
onLaunch(options) {
// 登录
appLogin(options);
},
globalData: {
userInfo: null
}
})