mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
update preview image;
This commit is contained in:
parent
80e3f41419
commit
f90b6e8731
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
一个开箱即用的中后台前端/设计解决方案(主要依赖组件库 [ant-design-vue](https://github.com/vueComponent/ant-design-vue) )
|
一个开箱即用的中后台前端/设计解决方案(主要依赖组件库 [ant-design-vue](https://github.com/vueComponent/ant-design-vue) )
|
||||||
[预览地址](https://iczer.gitee.io/vue-antd-admin)
|
[预览地址](https://iczer.gitee.io/vue-antd-admin)
|
||||||

|

|
||||||
## 重要
|
## 重要
|
||||||
该项目目前已升级至 vue-cli3 开发环境,部分依赖组件库版本也已更新至最新版本。
|
该项目目前已升级至 vue-cli3 开发环境,部分依赖组件库版本也已更新至最新版本。
|
||||||
vue-cli2 环境代码已封版 [v0.0.1](https://github.com/iczer/vue-antd-admin/tree/0.0.1),如有需要,[点我查看](https://github.com/iczer/vue-antd-admin/tree/0.0.1)
|
vue-cli2 环境代码已封版 [v0.0.1](https://github.com/iczer/vue-antd-admin/tree/0.0.1),如有需要,[点我查看](https://github.com/iczer/vue-antd-admin/tree/0.0.1)
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
BIN
src/assets/img/preview.png
Normal file
BIN
src/assets/img/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 220 KiB |
@ -19,7 +19,7 @@ Mock.mock('/login', 'post', ({body}) => {
|
|||||||
result.message = '账户名或密码错误(admin/888888)'
|
result.message = '账户名或密码错误(admin/888888)'
|
||||||
} else {
|
} else {
|
||||||
result.code = 0
|
result.code = 0
|
||||||
result.message = Mock.mock('@TIMEFIX') + ',欢迎回来'
|
result.message = Mock.mock('@TIMEFIX').CN + ',欢迎回来'
|
||||||
result.data = {}
|
result.data = {}
|
||||||
result.data.user = user
|
result.data.user = user
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user