上线
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-admin",
|
"name": "vue-admin",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.3.12",
|
"version": "1.3.13",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -63,8 +63,8 @@ function getCode(code) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const form = reactive({
|
const form = reactive({
|
||||||
loginName: "18710449883",
|
loginName: "",
|
||||||
password: "123456789",
|
password: "",
|
||||||
userType: 'MC',
|
userType: 'MC',
|
||||||
code: "",
|
code: "",
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user