shish il y a 10 mois
Parent
commit
cd90719075
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      hdApp/src/admin/home/apply.vue
  2. 1 1
      hdApp/src/admin/home/workbench.vue

+ 1 - 1
hdApp/src/admin/home/apply.vue

@@ -111,7 +111,7 @@ export default {
       }
       }
       if(this.getLoginInfo.pfShopId && Number(this.getLoginInfo.pfShopId)>0){
       if(this.getLoginInfo.pfShopId && Number(this.getLoginInfo.pfShopId)>0){
         if(item.pf == 0){
         if(item.pf == 0){
-          this.$msg('请在批发端操作')
+          this.$msg('开发中')
           return false
           return false
         }
         }
       }
       }

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -849,7 +849,7 @@ export default {
     goPage (item) {
     goPage (item) {
       if(this.getLoginInfo.pfShopId && Number(this.getLoginInfo.pfShopId)>0){
       if(this.getLoginInfo.pfShopId && Number(this.getLoginInfo.pfShopId)>0){
         if(item.pf == 0){
         if(item.pf == 0){
-          this.$msg('请在批发端操作')
+          this.$msg('开发中')
           return false
           return false
         }
         }
       }
       }