苹果电脑开发一段

This commit is contained in:
2026-02-28 09:05:28 +08:00
parent 30ab258b88
commit fc8d4ba458
10 changed files with 554 additions and 208 deletions
+3 -1
View File
@@ -163,8 +163,10 @@
onShow,
onUnload,
onHide,
onBackPress
onBackPress,
onLaunch
} from '@dcloudio/uni-app';
import {
get_base_url,
goto_login_fun
+2 -2
View File
@@ -81,8 +81,8 @@
const socketStore = useSocketStore();
const { taskSocket } = storeToRefs(socketStore);
const show_password = ref<Boolean>(false);
const account = ref<string>('');
const password = ref<string>('');
const account = ref<string>('admin');
const password = ref<string>('123456');
const read_text_state = ref<Array<unknown>>([]);
const imeHeight = ref('0px');
const back_state = ref(true);