mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-17 10:56:39 +08:00
1、添加默认用户名和密码提示 2、打包prod环境添加依赖
This commit is contained in:
parent
945e31290e
commit
851f30a3b1
9127
smart-admin-web/javascript-ant-design-vue3/package-lock.json
generated
Normal file
9127
smart-admin-web/javascript-ant-design-vue3/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name":"SmartAdmin",
|
||||
"name": "SmartAdmin",
|
||||
"version": "2.0.0",
|
||||
"author": {
|
||||
"name": "1024创新实验室(1024lab)",
|
||||
@ -57,6 +57,7 @@
|
||||
"stylelint-config-prettier": "~9.0.3",
|
||||
"stylelint-config-standard": "~25.0.0",
|
||||
"stylelint-order": "~5.0.0",
|
||||
"terser": "^5.15.1",
|
||||
"vite": "^3.2.3",
|
||||
"vue-eslint-parser": "~9.0.2"
|
||||
},
|
||||
|
@ -18,7 +18,7 @@
|
||||
<a target="_blank" href="https://www.1024lab.net" style="color: white; weight: bolder; font-size: 15px; text-decoration: underline"
|
||||
>1024创新实验室(1024Lab)</a
|
||||
>
|
||||
使用SpringBoot2.x 和 Vue3.2 Setup模式、 Composition Api (同时支持JavaScript和TypeScript双版本) ,开发出的一套简洁、易用的中后台解决方案!
|
||||
使用SpringBoot2.x 和 Vue3.2 Setup语法糖、 Composition Api (同时支持JavaScript和TypeScript双版本) ,开发出的一套简洁、易用的中后台解决方案!
|
||||
<br />
|
||||
<br />
|
||||
<span class="setence">
|
||||
@ -68,7 +68,7 @@
|
||||
</a-form-item>
|
||||
<a-form-item>
|
||||
<a-checkbox v-model:checked="rememberPwd">记住密码</a-checkbox>
|
||||
<span> ( 账号:admin 密码:123456 )</span>
|
||||
<span> ( 账号:admin, 密码:123456)</span>
|
||||
</a-form-item>
|
||||
<a-form-item>
|
||||
<div class="btn" @click="onLogin">登录</div>
|
||||
@ -116,7 +116,7 @@
|
||||
//--------------------- 登录表单 ---------------------------------
|
||||
|
||||
const loginForm = reactive({
|
||||
loginName: '',
|
||||
loginName: 'admin',
|
||||
password: '',
|
||||
captchaCode: '',
|
||||
captchaUuid: '',
|
||||
|
Loading…
Reference in New Issue
Block a user