mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-25 18:25:50 +08:00
18 lines
593 B
HTML
18 lines
593 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<div class="tableform">
|
||
<h3><{t}>清除系统中原有的与shopex用户中心关联的数据<{/t}></h3>
|
||
|
||
<hr/>
|
||
<div class="division"><p class="notice" ><{t}>如需更改通行证,点击以下按钮退出后重新登录即可生效<{/t}></p></div>
|
||
|
||
<form action="<{link app=desktop ctl=cleanexpired act=clean_data}>">
|
||
<{button type="submit" id="btn_data_dobackup" class="btn-primary" label=$___desktop="清除"|t:'desktop'}>
|
||
</form>
|
||
</div>
|
||
|
||
|