mirror of https://github.com/1099438829/macUI.git
修正登录页无法点击打开
This commit is contained in:
parent
328d4dd3d8
commit
db775b52f8
|
|
@ -91,7 +91,7 @@
|
|||
<img class="icon" src="./img/icon/prefapp.png"/>
|
||||
<div class="title">设置</div>
|
||||
</div>
|
||||
<div class="shortcut" onclick='window.open("./login.html","<i class=\"fa fa-user icon black-green\"></i>','登录页")'>
|
||||
<div class="shortcut" onclick="window.open('./login.html','<i class=\'fa fa-user icon black-green\'></i>','登录页')">
|
||||
<i class="fa fa-user icon black-green"></i>
|
||||
<div class="title">登录页</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue