Commit 4f835611 authored by shiyl's avatar shiyl

修改assetRoot路径

parent b1b294bf
......@@ -169,7 +169,7 @@ class YdSubwayApplication : YdBaseApplication() {
XBridManager.init(
XBridApp(applicationContext) {
online = true // 线上、线下
assetRoot = "www"//对应assets目录下存放xbrid资源对应的目录名
assetRoot = "www/src"//对应assets目录下存放xbrid资源对应的目录名
appId = applicationContext.packageName //当前应用包名
platformId = 16 //需要去平台申请
appVersion = AppConfig.cv//当前应用版本号
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment