|
|
@@ -126,10 +126,21 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div
|
|
|
- v-rich="webConfigData.pcCopyright"
|
|
|
- class="copyright"
|
|
|
- />
|
|
|
+ <div class="copyright">
|
|
|
+ <div style="margin-bottom:5px;">
|
|
|
+ <img
|
|
|
+ src="@/assets/images/beianicon.png"
|
|
|
+ style="width:16px;margin-right:5px;"
|
|
|
+ >
|
|
|
+ <a
|
|
|
+ href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=63000002630013"
|
|
|
+ style="color:#666;"
|
|
|
+ rel="noreferrer"
|
|
|
+ target="_blank"
|
|
|
+ >青公网安备63000002630013号</a>
|
|
|
+ </div>
|
|
|
+ <div v-rich="webConfigData.pcCopyright" />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<!-- /底部 -->
|
|
|
</template>
|