wangliang_wd

Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main

* 'main' of http://192.168.1.42/developOne/harmonyPool:
  ref |> 解决播控中心配置和AppLink配置冲突,导致使用播控中心功能报错问题
... ... @@ -6,8 +6,8 @@
"mainElement": "EntryAbility",
"deviceTypes": [
"phone",
// "tablet",
// "2in1"
// "tablet",
// "2in1"
],
"compressNativeLibs": true,
"deliveryWithInstall": true,
... ... @@ -31,20 +31,17 @@
"skills": [
{
"entities": [
"entity.system.home",
"entity.system.browsable"
],
"actions": [
"action.system.home",
"com.test.pushaction",
"ohos.want.action.viewData"
],
"uris": [
// { // 之前的 推送配置
// "scheme": 'rmrbapp',
// "host": 'rmrb.app',
// 'port': '8080',
// "path": 'openwith'}
// { // 之前的 推送配置
// "scheme": 'rmrbapp',
// "host": 'rmrb.app',
// 'port': '8080',
// "path": 'openwith'}
{
"scheme": "https",
"host": "pd-people-uat.pdnews.cn",
... ... @@ -145,34 +142,42 @@
"host": "www.peopleapp.com",
"pathStartWith": "timelinetopic"
}
]
],
"domainVerify": true
},
{
"uris": [
{ // 推送配置 - (播控中心共用)
"scheme": 'rmrbapp',
"host": 'rmrb.app',
'port': '8080',
"path": 'openwith'
},
{ // 普通配置 - 暂时无法跳转 - ??
"scheme": "rmrbapp",
"host": "rmrb.app",
"path": "openwith"
},
// { // 分享用 - 正式环境地址
// "scheme": "https",
// "host": "www.peopleapp.com",
// "pathStartWith": "column"
// },
// { // 分享用 - 测试环境地址
// "scheme": "https",
// "host": "pd-people-uat.pdnews.cn",
//// "pathStartWith": "column"
// }
"entities": [
"entity.system.home",
],
"domainVerify": true
}
"actions": [
"com.test.pushaction",
"action.system.home",
],
},
{"uris": [
{ // 推送配置 - (播控中心共用)
"scheme": 'rmrbapp',
"host": 'rmrb.app',
'port': '8080',
"path": 'openwith'
},
{ // 普通配置 - 暂时无法跳转 - ??
"scheme": "rmrbapp",
"host": "rmrb.app",
"path": "openwith"
},
// { // 分享用 - 正式环境地址
// "scheme": "https",
// "host": "www.peopleapp.com",
// "pathStartWith": "column"
// },
// { // 分享用 - 测试环境地址
// "scheme": "https",
// "host": "pd-people-uat.pdnews.cn",
//// "pathStartWith": "column"
// }
]}
]
}
],
... ...