Browse Source

success Merge branch 'zhangrenyuan/feature-20250714163943-金币前端二期' into milestone-20250711-金币前端二期

zhangrenyuan/feature-20250714163943-金币前端二期
zry 3 weeks ago
parent
commit
ffa2084b46
  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_API_BASE='http://192.168.9.52:10705/'
VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload 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.9.28:8081/'
# VITE_API_BASE='http://192.168.5.92:8081/'

2
src/views/home.vue

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

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

Loading…
Cancel
Save