Browse Source

Merge remote-tracking branch 'origin/master'

liusw 7 years ago
parent
commit
d414f5f2b3
2 changed files with 3 additions and 1 deletions
  1. 2 1
      nuxt.config.js
  2. 1 0
      pages/mobile/center/index.vue

+ 2 - 1
nuxt.config.js

@@ -174,6 +174,7 @@ module.exports = {
     '/productuser/**': materialUrl,
     // 权限管理
     '/account/**': baseUrl,
-    '/vendor/**': baseUrl
+    '/vendor/**': baseUrl,
+    '/internalmessage-service/**': baseUrl
   }
 }

+ 1 - 0
pages/mobile/center/index.vue

@@ -443,6 +443,7 @@
           if (val.type === 'saler' && !this.shopuuid.uuid) {
             this.$store.dispatch('loadStoreStatus', { op: 'check' })
           }
+          this.showSayPriceBox = false
         },
         immediate: false
       },