ref |> App Linking增加生产环境host配置
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
1 changed file
with
50 additions
and
0 deletions
| @@ -95,6 +95,56 @@ | @@ -95,6 +95,56 @@ | ||
| 95 | "host": "pd-people-uat.pdnews.cn", | 95 | "host": "pd-people-uat.pdnews.cn", |
| 96 | "pathStartWith": "timelinetopic" | 96 | "pathStartWith": "timelinetopic" |
| 97 | }, | 97 | }, |
| 98 | + { | ||
| 99 | + "scheme": "https", | ||
| 100 | + "host": "www.peopleapp.com", | ||
| 101 | + "pathStartWith": "rmharticle" | ||
| 102 | + }, | ||
| 103 | + { | ||
| 104 | + "scheme": "https", | ||
| 105 | + "host": "www.peopleapp.com", | ||
| 106 | + "pathStartWith": "rmhphotos" | ||
| 107 | + }, | ||
| 108 | + { | ||
| 109 | + "scheme": "https", | ||
| 110 | + "host": "www.peopleapp.com", | ||
| 111 | + "pathStartWith": "rmhmoments" | ||
| 112 | + }, | ||
| 113 | + { | ||
| 114 | + "scheme": "https", | ||
| 115 | + "host": "www.peopleapp.com", | ||
| 116 | + "pathStartWith": "rmhvideo" | ||
| 117 | + }, | ||
| 118 | + { | ||
| 119 | + "scheme": "https", | ||
| 120 | + "host": "www.peopleapp.com", | ||
| 121 | + "pathStartWith": "author" | ||
| 122 | + }, | ||
| 123 | + { | ||
| 124 | + "scheme": "https", | ||
| 125 | + "host": "www.peopleapp.com", | ||
| 126 | + "pathStartWith": "column" | ||
| 127 | + }, | ||
| 128 | + { | ||
| 129 | + "scheme": "https", | ||
| 130 | + "host": "www.peopleapp.com", | ||
| 131 | + "pathStartWith": "votetopic" | ||
| 132 | + }, | ||
| 133 | + { | ||
| 134 | + "scheme": "https", | ||
| 135 | + "host": "www.peopleapp.com", | ||
| 136 | + "pathStartWith": "articletopic" | ||
| 137 | + }, | ||
| 138 | + { | ||
| 139 | + "scheme": "https", | ||
| 140 | + "host": "www.peopleapp.com", | ||
| 141 | + "pathStartWith": "livetopic" | ||
| 142 | + }, | ||
| 143 | + { | ||
| 144 | + "scheme": "https", | ||
| 145 | + "host": "www.peopleapp.com", | ||
| 146 | + "pathStartWith": "timelinetopic" | ||
| 147 | + } | ||
| 98 | ] | 148 | ] |
| 99 | }, | 149 | }, |
| 100 | { | 150 | { |
-
Please register or login to post a comment