现在有的接口对接测试完成
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
>
|
||||
<nav class="nav-links">
|
||||
<a class="active" href="profile-families.html">我的家谱</a
|
||||
><a href="profile-family-admin.html">家族管理</a
|
||||
><a href="profile-family-admin.html" data-genealogy-context-link>家族管理</a
|
||||
><a href="profile-content.html">内容发布</a
|
||||
><a href="profile-data.html">个人资料</a
|
||||
><a href="profile-services.html">帮助与服务</a>
|
||||
</nav>
|
||||
<div class="nav-actions">
|
||||
<a href="profile.html">返回中心</a
|
||||
><a class="btn primary magnetic" href="profile-feed.html" data-feature-link="available">发布动态</a>
|
||||
><a class="btn primary magnetic" href="profile-feed.html" data-feature-link="available" data-genealogy-context-link>发布动态</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
@@ -38,7 +38,7 @@
|
||||
后台家谱主页,用于进入世系、相册、家族圈、内容管理和成员协作。
|
||||
</p>
|
||||
</div>
|
||||
<a class="btn ghost magnetic" href="profile-family-admin.html"
|
||||
<a class="btn ghost magnetic" href="profile-family-admin.html" data-genealogy-context-link
|
||||
>管理家谱</a
|
||||
>
|
||||
</div>
|
||||
@@ -47,11 +47,11 @@
|
||||
<section class="section">
|
||||
<div class="container module-layout">
|
||||
<aside class="module-nav">
|
||||
<a class="active" href="profile-family-home.html">家谱主页</a
|
||||
><a href="profile-tree.html">世系图</a
|
||||
<a class="active" href="profile-family-home.html" data-genealogy-context-link>家谱主页</a
|
||||
><a href="profile-tree.html" data-genealogy-context-link>世系图</a
|
||||
><a href="profile-album.html">相册</a
|
||||
><a href="profile-content.html">内容发布</a
|
||||
><a href="profile-family-admin.html">家族管理</a
|
||||
><a href="profile-family-admin.html" data-genealogy-context-link>家族管理</a
|
||||
><a href="profile-messages.html">消息中心</a>
|
||||
</aside>
|
||||
<div class="module-main">
|
||||
@@ -63,7 +63,7 @@
|
||||
<h3>家谱编号</h3>
|
||||
<p data-family-home-summary>家谱信息加载中...</p>
|
||||
</div>
|
||||
<a class="module-card tilt-card" href="profile-tree.html"
|
||||
<a class="module-card tilt-card" href="profile-tree.html" data-genealogy-context-link
|
||||
><span class="icon">世</span>
|
||||
<h3>世系图</h3>
|
||||
<p>查看树谱模式和成员关系。</p></a
|
||||
@@ -106,7 +106,7 @@
|
||||
<script src="public/js/jquery360.js"></script>
|
||||
<script src="public/layui/layui.js"></script>
|
||||
<script src="public/js/lay-config.js"></script>
|
||||
<script src="public/js/profile-common.js"></script>
|
||||
<script src="public/js/profile-common.js?v=20260725-entry"></script>
|
||||
<script src="config.js"></script>
|
||||
<script src="utils/StorageUtil.js"></script>
|
||||
<script src="utils/axios.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user