debug
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
{block name="head"}{/block}
|
||||
{block name="head-css"}{/block}
|
||||
{block name="head-js"}{/block}
|
||||
<script>
|
||||
const strPcPath = `{$strPcPath}`;
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -20,18 +23,18 @@
|
||||
<div class="ibody">
|
||||
<!--搜索部分 start-->
|
||||
<div class="wrap1200 logo iMod">
|
||||
<a href="/pc/user" class="fl imotie">个人中心</a>
|
||||
<a href="{$strPcPath}/user" class="fl imotie">个人中心</a>
|
||||
<ul class="iUl">
|
||||
<li>
|
||||
<a href="/pc/">首页</a>
|
||||
<a href="{$strPcPath}/">首页</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/pc/user">个人中心</a>
|
||||
<a href="{$strPcPath}/user">个人中心</a>
|
||||
</li>
|
||||
<li class="accounts">
|
||||
<a href="javaScript:;">账户设置</a>
|
||||
<p style="display: none;">
|
||||
<a href="/pc/user">个人信息</a>
|
||||
<a href="{$strPcPath}/user">个人信息</a>
|
||||
<!-- <a href="/user/user/password.html">修改密码</a> -->
|
||||
</p>
|
||||
</li>
|
||||
@@ -49,11 +52,11 @@
|
||||
<div class="login_after" id="mod_login_after">
|
||||
<span class="yh">
|
||||
<img src="/template/kuangyu/user/web/images/user-icon.png" alt="123456">
|
||||
<a href="/pc/user">123456</a>
|
||||
<a href="{$strPcPath}/user">123456</a>
|
||||
</span>
|
||||
<ul class="xiala">
|
||||
<li><i class="iconfont"></i><a href="/pc/bookshelf">我的书架</a></li>
|
||||
<li><i class="iconfont"></i><a href="/pc/user">个人中心</a></li>
|
||||
<li><i class="iconfont"></i><a href="{$strPcPath}/bookshelf">我的书架</a></li>
|
||||
<li><i class="iconfont"></i><a href="{$strPcPath}/user">个人中心</a></li>
|
||||
<!-- <li><i class="iconfont"></i><a href="/user/user/logout">退出</a></li> -->
|
||||
</ul>
|
||||
</div>
|
||||
@@ -94,12 +97,12 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/pc/bookshelf">
|
||||
<a href="{$strPcPath}/bookshelf">
|
||||
<i class="iconfont"></i>
|
||||
我的书架 </a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/pc/history">
|
||||
<a href="{$strPcPath}/history">
|
||||
<i class="iconfont"></i>
|
||||
最近阅读 </a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user