@@ -23,4 +23,4 @@ VITE_APP_MERCHANT_PKATFORM_URL = 'https://shdev.lamianchain.com'
VITE_APP_RESOURCES_URL = 'https://imgdev.lamianchain.com/mall4j/'
# h5或其它app打开当前App的自定义UrlSchemes,还需要在manifest.json -> app-plus -> android/schemes 与 ios urltypes 中进行配置 (二者需要一致) (不可与用户移动端的urlSchemes相同)
-VITE_APP_URL_SCHEMES = 'lanhaibbcms'
+VITE_APP_URL_SCHEMES = 'lamianchaintob'
@@ -23,4 +23,4 @@ VITE_APP_MERCHANT_PKATFORM_URL = 'https://sh.lamianchain.com'
VITE_APP_RESOURCES_URL = 'https://qhhllmoss.bj.bcebos.com/'
@@ -45,12 +45,12 @@
],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
// 配置h5打开app
- "schemes": "lanhaibbcms"
+ "schemes": "lamianchaintob"
},
/* ios打包配置 */
"ios" : {
"dSYMs" : false,
- "urlschemewhitelist": [ "lanhaibbcms" ]
+ "urlschemewhitelist": [ "lamianchaintob" ]
/* SDK配置 */
"sdkConfigs" : {
@@ -60,7 +60,7 @@
"h5" : {
"title" : "",
- "domain" : "https://h5.mall4j.com",
+ "domain" : "https://h5.lamianchain.com",
"router" : {
"mode" : "history"