Просмотр исходного кода

图片和字眼更改为幸福保

xialei 1 год назад
Родитель
Сommit
ee897f0828
4 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      src/router/modules/selection.js
  2. 1 1
      src/settings.js
  3. 1 1
      src/views/login/index.vue
  4. 1 1
      src/views/user/list/index.vue

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

@@ -6,7 +6,7 @@ const selectionRouter =
6 6
   name: 'selection',
7 7
   meta: {
8 8
     icon: 'dashboard',
9
-    title: '一壶茶供应链'
9
+    title: '幸福保供应链'
10 10
   },
11 11
   alwaysShow: true,
12 12
   component: Layout,

+ 1 - 1
src/settings.js

@@ -3,7 +3,7 @@ module.exports = {
3 3
   roterPre: '/merchant',
4 4
   // roterPre: '',
5 5
   // 路由标题
6
-  title: '一壶茶',
6
+  title: '幸福保',
7 7
   /**
8 8
    * @type {boolean} true | false
9 9
    * @description Whether show the settings right-panel

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

@@ -210,7 +210,7 @@ export default {
210 210
   methods: {
211 211
     getInfo() {
212 212
       loginConfigApi().then(({ data }) => {
213
-        data.login_banner[0].pic = 'https://cdn.bjtdba.com/vod/image/2024-04-13/20240413005952459.jpg'
213
+        data.login_banner[0].pic = 'https://cdn.bjtdba.com/vod/image/2025-02-02/20250202135218800.jpg'
214 214
         this.swiperList = data.login_banner
215 215
         this.loginLogo = data.login_logo
216 216
         

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

@@ -798,7 +798,7 @@ export default {
798 798
       }],
799 799
       companyLists: [
800 800
         { value: '13', label: '全部' },
801
-        { value: '13', label: '一壶茶' },
801
+        { value: '13', label: '幸福保' },
802 802
         { value: '13', label: '国盛' }], // 公司名称
803 803
       cardLists: [{ 'className': 'el-icon-s-goods', 'count': '21.00', 'field': '元', 'name': '总支付金额' }, { 'className': 'el-icon-s-goods', 'count': '0.00', 'field': '元', 'name': '服务商返利' }, { 'className': 'el-icon-s-order', 'count': '3.24', 'field': '元', 'name': '养老金' }],
804 804
       performanceList: [],