mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-29 17:28:12 +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 formInline = reactive({
|
||||
username: 'admin',
|
||||
password: '123456',
|
||||
username: '',
|
||||
password: '',
|
||||
})
|
||||
|
||||
const rules = {
|
||||
|
||||
@ -29,14 +29,14 @@ import { LayoutHeaderPro } from '@/layout/components/LayoutHeaderPro'
|
||||
import { LayoutTransitionMain } from '@/layout/components/LayoutTransitionMain/index'
|
||||
import { goDialog } from '@/utils'
|
||||
|
||||
// 提示
|
||||
goDialog({
|
||||
message: '不要在官方后端上发布任何私密数据,任何人都看得到并进行删除!!!!',
|
||||
isMaskClosable: true,
|
||||
closeNegativeText: true,
|
||||
transformOrigin: 'center',
|
||||
onPositiveCallback: () => {}
|
||||
})
|
||||
// // 提示
|
||||
// goDialog({
|
||||
// message: '不要在官方后端上发布任何私密数据,任何人都看得到并进行删除!!!!',
|
||||
// isMaskClosable: true,
|
||||
// closeNegativeText: true,
|
||||
// transformOrigin: 'center',
|
||||
// onPositiveCallback: () => {}
|
||||
// })
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user