mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
feat: change login
This commit is contained in:
parent
5dea9b5c5a
commit
8835d9b217
@ -129,12 +129,6 @@ import { icon } from '@/plugins'
|
|||||||
import { routerTurnByName } from '@/utils'
|
import { routerTurnByName } from '@/utils'
|
||||||
import { loginApi } from '@/api/path'
|
import { loginApi } from '@/api/path'
|
||||||
|
|
||||||
interface FormState {
|
|
||||||
username: string
|
|
||||||
password: string
|
|
||||||
}
|
|
||||||
|
|
||||||
const { GO_SYSTEM_STORE } = StorageEnum
|
|
||||||
const { PersonOutlineIcon, LockClosedOutlineIcon } = icon.ionicons5
|
const { PersonOutlineIcon, LockClosedOutlineIcon } = icon.ionicons5
|
||||||
|
|
||||||
const formRef = ref()
|
const formRef = ref()
|
||||||
@ -148,7 +142,7 @@ const t = window['$t']
|
|||||||
|
|
||||||
const formInline = reactive({
|
const formInline = reactive({
|
||||||
username: 'admin',
|
username: 'admin',
|
||||||
password: 'admin',
|
password: '123456',
|
||||||
})
|
})
|
||||||
|
|
||||||
const rules = {
|
const rules = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user