mirror of
https://gitee.com/dromara/go-view.git
synced 2026-07-13 11:11:05 +08:00
fix: 登录密码及默认提示
This commit is contained in:
parent
11b6f6ddb8
commit
d9563641d9
11
run-web.bat
Normal file
11
run-web.bat
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
:: 设置系统编码为GBK
|
||||||
|
chcp 936 > nul
|
||||||
|
|
||||||
|
:: 运行前端服务
|
||||||
|
echo 运行前端服务
|
||||||
|
cd "Web"
|
||||||
|
:: pnpm install
|
||||||
|
pnpm run dev
|
||||||
|
pause
|
||||||
@ -141,8 +141,8 @@ const systemStore = useSystemStore()
|
|||||||
const t = window['$t']
|
const t = window['$t']
|
||||||
|
|
||||||
const formInline = reactive({
|
const formInline = reactive({
|
||||||
username: 'admin',
|
username: '',
|
||||||
password: '123456',
|
password: '',
|
||||||
})
|
})
|
||||||
|
|
||||||
const rules = {
|
const rules = {
|
||||||
|
|||||||
@ -29,14 +29,14 @@ import { LayoutHeaderPro } from '@/layout/components/LayoutHeaderPro'
|
|||||||
import { LayoutTransitionMain } from '@/layout/components/LayoutTransitionMain/index'
|
import { LayoutTransitionMain } from '@/layout/components/LayoutTransitionMain/index'
|
||||||
import { goDialog } from '@/utils'
|
import { goDialog } from '@/utils'
|
||||||
|
|
||||||
// 提示
|
// // 提示
|
||||||
goDialog({
|
// goDialog({
|
||||||
message: '不要在官方后端上发布任何私密数据,任何人都看得到并进行删除!!!!',
|
// message: '不要在官方后端上发布任何私密数据,任何人都看得到并进行删除!!!!',
|
||||||
isMaskClosable: true,
|
// isMaskClosable: true,
|
||||||
closeNegativeText: true,
|
// closeNegativeText: true,
|
||||||
transformOrigin: 'center',
|
// transformOrigin: 'center',
|
||||||
onPositiveCallback: () => {}
|
// onPositiveCallback: () => {}
|
||||||
})
|
// })
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user