h5页面添加shceme
This commit is contained in:
parent
cfc32bfe66
commit
23ca8f1411
@ -169,7 +169,9 @@
|
|||||||
android:screenOrientation="portrait" />
|
android:screenOrientation="portrait" />
|
||||||
<activity
|
<activity
|
||||||
android:name="com.arpa.hndahesudintocctmsdriver.ui.auth.FaceSuccActivity"
|
android:name="com.arpa.hndahesudintocctmsdriver.ui.auth.FaceSuccActivity"
|
||||||
|
android:exported="true"
|
||||||
android:screenOrientation="portrait" />
|
android:screenOrientation="portrait" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="com.arpa.hndahesudintocctmsdriver.ui.login.LoginActivity"
|
android:name="com.arpa.hndahesudintocctmsdriver.ui.login.LoginActivity"
|
||||||
android:screenOrientation="portrait" />
|
android:screenOrientation="portrait" />
|
||||||
@ -386,6 +388,12 @@
|
|||||||
android:host="demo"
|
android:host="demo"
|
||||||
android:path="/realBack"
|
android:path="/realBack"
|
||||||
android:scheme="esign" />
|
android:scheme="esign" />
|
||||||
|
|
||||||
|
<data
|
||||||
|
android:host="driver"
|
||||||
|
android:path="/realBack"
|
||||||
|
android:port="8088"
|
||||||
|
android:scheme="dahe" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user