Parcourir la source

版本号:v25.02.21.1238

Xiao_123 il y a 2 mois
Parent
commit
de26c8e37e

+ 1 - 1
src/layout/company/navBar.vue

@@ -129,7 +129,7 @@ const handleLogout = async (exit = true) => {
 const enterpriseList = ref([])
 const enterpriseList = ref([])
 
 
 const menuList = ref([
 const menuList = ref([
-  { title: t('setting.editPassword'), icon: 'mdi-shield-lock-open-outline', change: () => router.push({ path: '/recruit/enterprise/systemManagement/staffChangePassword' }) },
+  { title: t('setting.editPassword'), icon: 'mdi-shield-lock-open-outline', change: () => router.push({ path: '/recruit/enterprise/staffChangePassword' }) },
   { title: t('setting.logOut'), icon: 'mdi-logout', change: handleLogout }
   { title: t('setting.logOut'), icon: 'mdi-logout', change: handleLogout }
 ])
 ])
 const items = computed(() => {
 const items = computed(() => {

+ 1 - 1
src/version.js

@@ -1,2 +1,2 @@
 // 版本号
 // 版本号
-export const vue_version = 'v25.02.21.1215'
+export const vue_version = 'v25.02.21.1238'

+ 0 - 2
src/views/recruit/enterprise/staffChangePassword/index.vue

@@ -12,8 +12,6 @@
       </div>
       </div>
     </div>
     </div>
   </v-card>
   </v-card>
-
-  <Loading :visible="overlay"></Loading>
 </template>
 </template>
 
 
 <script setup>
 <script setup>