Browse Source

optimize

zhangrenyuan/feature-20250714163943-金币前端二期
zry 3 weeks ago
parent
commit
41db2d7bde
  1. 2
      .env.development
  2. 2
      src/views/home.vue
  3. 2
      stats.html

2
.env.development

@ -4,4 +4,4 @@ VITE_API_BASE='https://hwjb.homilychart.com/dev/admin'
# VITE_API_BASE='http://192.168.9.52:10705/'
VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload
# VITE_API_BASE='http://192.168.9.28:8081/'
# VITE_API_BASE='http://192.168.5.92:8081/'

2
src/views/home.vue

@ -252,7 +252,7 @@ const handleClosePasswordDialog = () => {
<template #title>
<span>{{ child.menuName }}</span>
</template>
<!-- 下一级-->
<!-- 下一级-->
<template v-for="grandChild in child.children" :key="grandChild.id">
<el-menu-item :index="getRoutePath(grandChild)">
<span>{{ grandChild.menuName }}</span>

2
stats.html
File diff suppressed because it is too large
View File

Loading…
Cancel
Save