Commit 7abffd2673d351303d40d498afc232e67e042fdc

Authored by season
1 parent 1dd40f0c

app.json位置修改

Showing 1 changed file with 10 additions and 10 deletions
app.json
... ... @@ -87,23 +87,23 @@
87 87 "pages/template/index",
88 88 "pages/store/index"
89 89 ],
90   -
  90 + "plugins": {
  91 + "live-player-plugin": {
  92 + "version": "1.1.1",
  93 + "provider": "wx2b03c6e691cd7370"
  94 + }
  95 + },
91 96 "subPackages": [{
92 97 "root": "packageA/",
93 98 "name":"pack1",
94   - "pages": [
95   - "pages/liveStream/liveStream",
  99 + "pages": [
96 100 "pages/prom_list/prom_list",
97 101 "pages/quan_list/quan_list",
98 102 "pages/quan_pro/quan_pro",
  103 + "pages/liveStream/liveStream",
99 104 "pages/liveStreamDetails/liveStreamDetails"
100   - ],
101   - "plugins": {
102   - "live-player-plugin": {
103   - "version": "1.0.13",
104   - "provider": "wx2b03c6e691cd7370"
105   - }
106   - }
  105 + ]
  106 +
107 107 }],
108 108  
109 109 "permission": {
... ...