wujingjing
2024-08-08 a689b45a6f80460f9891cc5a346036a7e4c4c0b5
miniprogram/pages/login/login.ts
@@ -11,7 +11,7 @@
// 导入 store 对象
import { accountStore } from '@/stores/accountStore'
import {STATIC_FILE_BASE_URL} from '@/config/constants'
// 使用 ComponentWithStore 方法替换 Component 方法构造页面
ComponentWithStore({
@@ -25,6 +25,7 @@
    activeTab: 'account',
    user: 'tc',
    password: 'a',
    STATIC_FILE_BASE_URL
  },
  lifetimes: {
    attached() {