|
@@ -14,10 +14,10 @@
|
|
|
<div class="activity-entry"></div>
|
|
|
</nuxt-link> -->
|
|
|
<div class="navbar flex items-center flex-col">
|
|
|
- <nuxt-link :to="routePrefix + '/approve/device'" class="link flex items-center flex-col">
|
|
|
+ <!--<nuxt-link :to="routePrefix + '/approve/device'" class="link flex items-center flex-col">
|
|
|
<span class="icon icon-device"></span>
|
|
|
<span class="text">设备认证</span>
|
|
|
- </nuxt-link>
|
|
|
+ </nuxt-link>-->
|
|
|
<nuxt-link
|
|
|
:to="routePrefix + '/approve/personnel/operate'"
|
|
|
class="link flex items-center flex-col md:mt-6 mt-4"
|
|
@@ -25,6 +25,13 @@
|
|
|
<span class="icon icon-doctor"></span>
|
|
|
<span class="text">体疗师认证</span>
|
|
|
</nuxt-link>
|
|
|
+ <nuxt-link
|
|
|
+ :to="routePrefix + '/docs/0'"
|
|
|
+ class="link flex items-center flex-col md:mt-6 mt-4"
|
|
|
+ >
|
|
|
+ <span class="icon icon-device"></span>
|
|
|
+ <span class="text">云资料库</span>
|
|
|
+ </nuxt-link>
|
|
|
</div>
|
|
|
</div>
|
|
|
|