瀏覽代碼

站点图片移除

yuwenjun1997 2 年之前
父節點
當前提交
f9fe4f816d

+ 5 - 5
layouts/app.vue

@@ -67,11 +67,11 @@ export default {
       return `theme-${this.themeName}`
     },
   },
-  head() {
-    return {
-      link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
-    }
-  },
+  // head(context) {
+  //   return {
+  //     link: [{ rel: 'icon', type: 'image/x-icon', href: context.themeName === 'ross' ? '' : '/favicon.ico' }],
+  //   }
+  // },
   data() {
     return {
       isMounted: false,

+ 1 - 1
pages/_template/app/approve/index.vue

@@ -51,7 +51,7 @@ export default {
         },
         {
           id: 3,
-          name: this.themeName === 'ross' ? '疗师认证' : '医师认证',
+          name: this.themeName === 'ross' ? '疗师认证' : '医师认证',
           path: '/approve/personnel/operate',
         },
       ]

+ 3 - 3
pages/_template/app/approve/personnel/operate/index.vue

@@ -10,7 +10,7 @@
       <div class="page-top flex flex-col justify-center items-center">
         <img class="logo" :src="supplierInfo.logo" />
         <div class="mt-2 name">
-          <span v-text="supplierInfo.shopName"></span><span v-if="themeName === 'ross'">官方疗师认证</span><span v-else>官方医师认证</span>
+          <span v-text="supplierInfo.shopName"></span><span v-if="themeName === 'ross'">官方疗师认证</span><span v-else>官方医师认证</span>
         </div>
       </div>
       <div class="page-content">
@@ -25,7 +25,7 @@
         <!-- 标题 -->
         <div class="title px-4 pt-12 pb-6">
           共<span v-text="total"></span>位{{
-            themeName === 'ross' ? '疗师' : '医师'
+            themeName === 'ross' ? '疗师' : '医师'
           }}
         </div>
         <!-- 列表 -->
@@ -89,7 +89,7 @@ export default {
     },
 
     searchPlaceholder() {
-      return this.themeName === 'ross' ? '搜索疗师' : '搜索医师'
+      return this.themeName === 'ross' ? '搜索疗师' : '搜索医师'
     },
   },
   mounted() {

+ 0 - 0
static/favicon.ico → static/favicon1.ico