wuyanan

ref |> 解决播控中心配置和AppLink配置冲突,导致使用播控中心功能报错问题

@@ -6,8 +6,8 @@ @@ -6,8 +6,8 @@
6 "mainElement": "EntryAbility", 6 "mainElement": "EntryAbility",
7 "deviceTypes": [ 7 "deviceTypes": [
8 "phone", 8 "phone",
9 -// "tablet",  
10 -// "2in1" 9 + // "tablet",
  10 + // "2in1"
11 ], 11 ],
12 "compressNativeLibs": true, 12 "compressNativeLibs": true,
13 "deliveryWithInstall": true, 13 "deliveryWithInstall": true,
@@ -31,20 +31,17 @@ @@ -31,20 +31,17 @@
31 "skills": [ 31 "skills": [
32 { 32 {
33 "entities": [ 33 "entities": [
34 - "entity.system.home",  
35 "entity.system.browsable" 34 "entity.system.browsable"
36 ], 35 ],
37 "actions": [ 36 "actions": [
38 - "action.system.home",  
39 - "com.test.pushaction",  
40 "ohos.want.action.viewData" 37 "ohos.want.action.viewData"
41 ], 38 ],
42 "uris": [ 39 "uris": [
43 -// { // 之前的 推送配置  
44 -// "scheme": 'rmrbapp',  
45 -// "host": 'rmrb.app',  
46 -// 'port': '8080',  
47 -// "path": 'openwith'} 40 + // { // 之前的 推送配置
  41 + // "scheme": 'rmrbapp',
  42 + // "host": 'rmrb.app',
  43 + // 'port': '8080',
  44 + // "path": 'openwith'}
48 { 45 {
49 "scheme": "https", 46 "scheme": "https",
50 "host": "pd-people-uat.pdnews.cn", 47 "host": "pd-people-uat.pdnews.cn",
@@ -145,10 +142,20 @@ @@ -145,10 +142,20 @@
145 "host": "www.peopleapp.com", 142 "host": "www.peopleapp.com",
146 "pathStartWith": "timelinetopic" 143 "pathStartWith": "timelinetopic"
147 } 144 }
148 - ] 145 + ],
  146 + "domainVerify": true
149 }, 147 },
150 { 148 {
151 - "uris": [ 149 + "entities": [
  150 + "entity.system.home",
  151 + ],
  152 + "actions": [
  153 + "com.test.pushaction",
  154 + "action.system.home",
  155 + ],
  156 +
  157 + },
  158 + {"uris": [
152 { // 推送配置 - (播控中心共用) 159 { // 推送配置 - (播控中心共用)
153 "scheme": 'rmrbapp', 160 "scheme": 'rmrbapp',
154 "host": 'rmrb.app', 161 "host": 'rmrb.app',
@@ -160,19 +167,17 @@ @@ -160,19 +167,17 @@
160 "host": "rmrb.app", 167 "host": "rmrb.app",
161 "path": "openwith" 168 "path": "openwith"
162 }, 169 },
163 -// { // 分享用 - 正式环境地址  
164 -// "scheme": "https",  
165 -// "host": "www.peopleapp.com",  
166 -// "pathStartWith": "column"  
167 -// },  
168 -// { // 分享用 - 测试环境地址  
169 -// "scheme": "https",  
170 -// "host": "pd-people-uat.pdnews.cn",  
171 -//// "pathStartWith": "column"  
172 -// }  
173 - ],  
174 - "domainVerify": true  
175 - } 170 + // { // 分享用 - 正式环境地址
  171 + // "scheme": "https",
  172 + // "host": "www.peopleapp.com",
  173 + // "pathStartWith": "column"
  174 + // },
  175 + // { // 分享用 - 测试环境地址
  176 + // "scheme": "https",
  177 + // "host": "pd-people-uat.pdnews.cn",
  178 + //// "pathStartWith": "column"
  179 + // }
  180 + ]}
176 ] 181 ]
177 } 182 }
178 ], 183 ],