|
|
|
@ -33,16 +33,18 @@ const router = useRouter();
|
|
|
|
|
const route = useRoute();
|
|
|
|
|
const show = ref(false);
|
|
|
|
|
const flag = ref(true);
|
|
|
|
|
const loginSuccess = ref(true);
|
|
|
|
|
const loginRejectMessge = ref('');
|
|
|
|
|
|
|
|
|
|
const formInline: FormState = reactive({
|
|
|
|
|
// enterprisecode: "演示公司",
|
|
|
|
|
// username: "yanshi01",
|
|
|
|
|
// password: "123456",
|
|
|
|
|
enterprisecode: '',
|
|
|
|
|
username: '',
|
|
|
|
|
password: '',
|
|
|
|
|
enterprisecode: "演示公司",
|
|
|
|
|
username: "yanshi01",
|
|
|
|
|
password: "123456",
|
|
|
|
|
|
|
|
|
|
// enterprisecode: "",
|
|
|
|
|
// username: "",
|
|
|
|
|
// password: ""
|
|
|
|
|
});
|
|
|
|
|
const loginSuccess = ref(true);
|
|
|
|
|
|
|
|
|
|
const formSms: FormSms = reactive({
|
|
|
|
|
agentcode: "",
|
|
|
|
|