苹果电脑开发一段
This commit is contained in:
@@ -163,8 +163,10 @@
|
||||
onShow,
|
||||
onUnload,
|
||||
onHide,
|
||||
onBackPress
|
||||
onBackPress,
|
||||
onLaunch
|
||||
} from '@dcloudio/uni-app';
|
||||
|
||||
import {
|
||||
get_base_url,
|
||||
goto_login_fun
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user