Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
13554254
Commit
13554254
authored
Oct 07, 2021
by
linlinjava
Browse files
chore[litemall-admin]: 升级element-ui以及默认mini选项。
parent
d0267b07
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
13554254
...
...
@@ -13,17 +13,7 @@ litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端
### 小商场实例
*
renard-wx模块实例

> 注意:此实例是真实小商场,开发者可以购买商品和付款,但请不要尝试退款操作。
*
litemall-wx模块实例

> 注意:此实例是测试小商场,开发者请不要尝试购买商品、付款、退款操作。
暂无实例,建议开发者本地测试。
### 轻商场实例
...
...
@@ -43,7 +33,7 @@ litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端
1.
浏览器打开,输入以下网址:
[
http://122.51.199.160:8080/#/login
](
http://122.51.199.160:8080/#/login
)
2.
管理员用户名
`admin123`
,管理员密码
`admin123`
> 注意:此实例只是测试管理后台
,不是前两个小商城的管理后台
。
> 注意:此实例只是测试管理后台。
## 项目代码
...
...
litemall-admin/package.json
View file @
13554254
...
...
@@ -50,7 +50,7 @@
"clipboard"
:
"2.0.4"
,
"connect"
:
"3.6.6"
,
"echarts"
:
"4.2.1"
,
"element-ui"
:
"2.1
3.2
"
,
"element-ui"
:
"2.1
5.6
"
,
"file-saver"
:
"1.3.8"
,
"js-cookie"
:
"2.2.0"
,
"normalize.css"
:
"7.0.0"
,
...
...
litemall-admin/src/main.js
View file @
13554254
...
...
@@ -25,7 +25,7 @@ import Print from '@/utils/print' // 打印
Vue
.
use
(
Print
)
Vue
.
use
(
Element
,
{
size
:
Cookies
.
get
(
'
size
'
)
||
'
m
edium
'
// set element-ui default size
size
:
Cookies
.
get
(
'
size
'
)
||
'
m
ini
'
// set element-ui default size
})
Vue
.
directive
(
'
permission
'
,
permission
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment