This commit is contained in:
“13713575202” 2025-04-14 11:21:22 +08:00
commit 9b6f958f20
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# 生产环境
VITE_APP_MIAN = 'daimp-front-main'
VITE_APP_MIAN_URL = 'http://47.109.205.240:88'
VITE_APP_MIAN_URL = 'http://47.109.205.240'
VITE_APP_NAME = 'sub-operation-service'
# 接口
VITE_APP_BASE_API = '/apis'

View File

@ -16,7 +16,7 @@
<div class="layout-header-top-right">
<span>商家中心</span>
<span @click="toUserCenter">个人中心</span>
<span @click="toHome" class="back-home">
<span class="back-home" @click="toHome">
<div class="iconfont icon-home" style="font-size: 12px"></div>
<span>返回首页</span>
</span>