Signed-off-by: 吴文峰 <kevin@lmve.net>

This commit is contained in:
2026-04-17 16:41:05 +08:00
parent 5146e98479
commit e6eeae6eb8
4173 changed files with 0 additions and 928730 deletions
-22
View File
@@ -1,22 +0,0 @@
<script>
import { userStore } from './store/user.js'
export default {
onLaunch: function() {
// 应用启动时恢复登录状态(对标 PC 端 App.vue 的 restoreSession
userStore.restoreSession()
},
onShow: function() {},
onHide: function() {}
}
</script>
<style>
/*每个页面公共css */
@import url("/static/dist/css/tabler.min.css");
@import url("/mycss.css");
</style>