Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wuyanan
2024-08-01 19:36:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bfb4633e28ab56b51bbcd6facb098ed1b348006f
bfb4633e
1 parent
7ad78501
ref |> 解决播控中心配置和AppLink配置冲突,导致使用播控中心功能报错问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
25 deletions
sight_harmony/products/phone/src/main/module.json5
sight_harmony/products/phone/src/main/module.json5
View file @
bfb4633
...
...
@@ -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,10 +142,20 @@
"host"
:
"www.peopleapp.com"
,
"pathStartWith"
:
"timelinetopic"
}
]
],
"domainVerify"
:
true
},
{
"uris"
:
[
"entities"
:
[
"entity.system.home"
,
],
"actions"
:
[
"com.test.pushaction"
,
"action.system.home"
,
],
}
,
{
"uris"
:
[
{
//
推送配置
-
(播控中心共用)
"scheme"
:
'rmrbapp'
,
"host"
:
'rmrb.app'
,
...
...
@@ -160,19 +167,17 @@
"host"
:
"rmrb.app"
,
"path"
:
"openwith"
},
//
{
//
分享用
-
正式环境地址
//
"scheme"
:
"https"
,
//
"host"
:
"www.peopleapp.com"
,
//
"pathStartWith"
:
"column"
//
},
//
{
//
分享用
-
测试环境地址
//
"scheme"
:
"https"
,
//
"host"
:
"pd-people-uat.pdnews.cn"
,
////
"pathStartWith"
:
"column"
//
}
],
"domainVerify"
:
true
}
//
{
//
分享用
-
正式环境地址
//
"scheme"
:
"https"
,
//
"host"
:
"www.peopleapp.com"
,
//
"pathStartWith"
:
"column"
//
},
//
{
//
分享用
-
测试环境地址
//
"scheme"
:
"https"
,
//
"host"
:
"pd-people-uat.pdnews.cn"
,
////
"pathStartWith"
:
"column"
//
}
]}
]
}
],
...
...
Please
register
or
login
to post a comment