|
@@ -38,8 +38,10 @@ const { toastLoading, toastSuccess, toastFail } = useShowToast();
|
|
|
|
|
|
const router = useRouterStore()
|
|
|
const userInfo = useInfoStore()
|
|
|
-const username = ref("18122222222");
|
|
|
-const password = ref("000000");
|
|
|
+// const username = ref("18122222222");
|
|
|
+// const password = ref("000000");
|
|
|
+const username = ref("");
|
|
|
+const password = ref("");
|
|
|
const rules = ref([{ required: true }]);
|
|
|
|
|
|
const isCorpWX = ref(false)
|