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,34 +142,42 @@ @@ -145,34 +142,42 @@
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": [  
152 - { // 推送配置 - (播控中心共用)  
153 - "scheme": 'rmrbapp',  
154 - "host": 'rmrb.app',  
155 - 'port': '8080',  
156 - "path": 'openwith'  
157 - },  
158 - { // 普通配置 - 暂时无法跳转 - ??  
159 - "scheme": "rmrbapp",  
160 - "host": "rmrb.app",  
161 - "path": "openwith"  
162 - },  
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 -// } 149 + "entities": [
  150 + "entity.system.home",
173 ], 151 ],
174 - "domainVerify": true  
175 - } 152 + "actions": [
  153 + "com.test.pushaction",
  154 + "action.system.home",
  155 + ],
  156 +
  157 + },
  158 + {"uris": [
  159 + { // 推送配置 - (播控中心共用)
  160 + "scheme": 'rmrbapp',
  161 + "host": 'rmrb.app',
  162 + 'port': '8080',
  163 + "path": 'openwith'
  164 + },
  165 + { // 普通配置 - 暂时无法跳转 - ??
  166 + "scheme": "rmrbapp",
  167 + "host": "rmrb.app",
  168 + "path": "openwith"
  169 + },
  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 ],