4.30修复了icp备案号

This commit is contained in:
JayJiaJun 2025-04-30 14:25:28 +08:00
parent 476596814a
commit f77e40c67b
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 芯程物联平台 VUE_APP_TITLE = 芯程物联平台
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'

View File

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 芯程物联平台 VUE_APP_TITLE = 芯程物联平台
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'

View File

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 芯程物联平台 VUE_APP_TITLE = 芯程物联平台
NODE_ENV = production NODE_ENV = production

View File

@ -172,9 +172,9 @@
</div> </div>
<!-- 添加ICP备案信息 --> <!-- 添加ICP备案信息 -->
<!-- <div class="icp-footer"> <div class="icp-footer">
<a href="https://beian.miit.gov.cn/" target="_blank">浙ICP备案202418944号</a> <a href="https://beian.miit.gov.cn/" target="_blank">浙ICP备案202418944号</a>
</div> --> </div>
</div> </div>
</template> </template>