1、添加默认用户名和密码提示 2、打包prod环境添加依赖

This commit is contained in:
zhuoda 2022-12-09 18:39:36 +08:00
parent 945e31290e
commit 851f30a3b1
3 changed files with 9132 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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"
},

View File

@ -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: '',