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
xugenyuan
2024-07-15 20:11:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5a4ce6e9994c02a1cabbb235a4666c955fac5352
5a4ce6e9
1 parent
b4daaf9a
ref |> 修改工程配置,为推送、播控中心、App Linkg统一调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
3 deletions
sight_harmony/products/phone/src/main/module.json5
sight_harmony/products/phone/src/main/module.json5
View file @
5a4ce6e
...
...
@@ -13,6 +13,7 @@
"deliveryWithInstall"
:
true
,
"installationFree"
:
false
,
"pages"
:
"$profile:main_pages"
,
"querySchemes"
:
[
"rmrbapp"
],
"abilities"
:
[
{
"name"
:
"EntryAbility"
,
...
...
@@ -30,22 +31,47 @@
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
"entity.system.home"
,
"entity.system.browsable"
],
"actions"
:
[
"action.system.home"
,
"com.test.pushaction"
"com.test.pushaction"
,
"ohos.want.action.viewData"
],
//
"uris"
:
[{
//
//
之前的
推送配置
//
"scheme"
:
'rmrbapp'
,
//
"host"
:
'rmrb.app'
,
//
'port'
:
'
8080
'
,
//
"path"
:
'openwith'
//
}]
},
{
"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"
}
],
"domainVerify"
:
true
}
]
}
...
...
Please
register
or
login
to post a comment