Browse Source

pvuv接口添加app字段,区分PC和H5

yunxing 4 năm trước cách đây
mục cha
commit
8e06096106
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/router/index.js

+ 1 - 0
src/router/index.js

@@ -191,6 +191,7 @@ router.afterEach((to) => {
         type: "router",
         target: to.name,
         parameter: to.path,
+        app:'PC'
     }
     const data = {
         plazaId: store.getters["plazaId"],