bugfix
This commit is contained in:
parent
4fd994eb4c
commit
795c2d58a5
@ -23,9 +23,9 @@
|
||||
],
|
||||
"subwidgets":[
|
||||
{
|
||||
"widgettype":"Icon",
|
||||
"widgettype":"Svg",
|
||||
"options":{
|
||||
"url":"{{entire_url('/imgs/people.png')}}",
|
||||
"url":"{{entire_url('/bricks/imgs/User.svg')}}",
|
||||
"rate":1.5
|
||||
}
|
||||
},
|
||||
@ -46,12 +46,12 @@
|
||||
{
|
||||
"name":"login",
|
||||
"tip":"点击登录",
|
||||
"icon":"{{entire_url('/imgs/login.png')}}"
|
||||
"icon":"{{entire_url('/bricks/imgs/login.svg')}}"
|
||||
},
|
||||
{
|
||||
"name":"register",
|
||||
"tip":"点击注册",
|
||||
"icon":"{{entire_url('/imgs/register.png')}}"
|
||||
"icon":"{{entire_url('/bricks/imgs/register.svg')}}"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user