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() {