Ver Fonte

商城标题统一

Xiao_123 há 7 meses atrás
pai
commit
450a2ba777

+ 1 - 1
src/locales/en.js

@@ -294,7 +294,7 @@ export default {
     rechargeDetails: 'Recharge details',
     pointsMall: 'Points Mall',
     redemptionOfPoints: 'Redemption of points',
-    handpickMall: 'handpick Mall',
+    handpickMall: 'Menduner Mall',
     integralRules: 'Integral rule',
     whole: 'Whole',
     In: 'In',

+ 1 - 1
src/locales/zh-CN.js

@@ -294,7 +294,7 @@ export default {
     rechargeDetails: '充值明细',
     pointsMall: '积分商城',
     redemptionOfPoints: '积分兑换',
-    handpickMall: '臻选商城',
+    handpickMall: '门墩儿商城',
     integralRules: '积分规则',
     whole: '全部',
     In: '收入',

+ 1 - 1
src/router/modules/recruit.js

@@ -40,7 +40,7 @@ const recruit = [
         component: () => import('@/views/mall/index'),
         name: 'mall',
         meta: {
-          title: '甄选商城'
+          title: '门墩儿商城'
         }
       }
     ]

+ 1 - 1
src/views/entrances/list/index.vue

@@ -43,7 +43,7 @@ const smallTitle = [
 ]
 const menuList = ref([
   { icon: 'mdi-account-group-outline', title: '门墩儿招聘', to: '/personal', bg: 'https://minio.citupro.com/dev/menduner/home/1.png' },
-  { icon: 'mdi-shopping-outline', title: '甄选商城', to: '/mall', bg: 'https://minio.citupro.com/dev/menduner/home/2.png' },
+  { icon: 'mdi-shopping-outline', title: '门墩儿商城', to: '/mall', bg: 'https://minio.citupro.com/dev/menduner/home/2.png' },
   { icon: 'mdi-school-outline', title: '火苗儿校企', to: '', bg: 'https://minio.citupro.com/dev/menduner/home/3.png' },
   { icon: 'mdi-account-search', title: '门墩儿猎寻服务', to: '/headhunting', bg: 'https://minio.citupro.com/dev/menduner/home/4.png' },
   { icon: 'mdi-town-hall', title: '门墩儿产业与院校联合会', to: '', bg: 'https://minio.citupro.com/dev/menduner/home/5.png' },

+ 1 - 1
src/views/integral/pointsManagement/components/integralShow.vue

@@ -69,7 +69,7 @@ const integralRulesClick = () => {
   window.open('/integral/personalIntegralRules')
 }
 
-// 跳转臻选商城
+// 跳转门墩儿商城
 const handleClickMall = () => {
   window.open('/mall')
 }

+ 1 - 1
src/views/mall/index.vue

@@ -1,4 +1,4 @@
-<!-- 臻选商城 -->
+<!-- 门墩儿商城 -->
  <template>
   <div style="background-color: var(--default-bgc); height: 100vh; overflow-y: auto;">
     <div class="default-width white-bgc px-3 pt-5 pb-10" style="min-height: 100vh;">