Commit d982a8d3 authored by p x's avatar p x
Browse files

parent 5e1b379f
...@@ -53,9 +53,9 @@ class MainActivity : AppCompatActivity() { ...@@ -53,9 +53,9 @@ class MainActivity : AppCompatActivity() {
super.onCreate(savedInstanceState) super.onCreate(savedInstanceState)
// enableEdgeToEdge() // enableEdgeToEdge()
binding = ActivityMainBinding.inflate(layoutInflater) binding = ActivityMainBinding.inflate(layoutInflater)
// AMapLocationClient.updatePrivacyShow(this,true,true) AMapLocationClient.updatePrivacyShow(this,true,true)
// AMapLocationClient.updatePrivacyAgree(this,true) AMapLocationClient.updatePrivacyAgree(this,true)
// aMapLoc.initLocation() aMapLoc.initLocation()
CustomLog.clearLog() CustomLog.clearLog()
setContentView(binding.root) setContentView(binding.root)
requestPers() requestPers()
...@@ -168,8 +168,8 @@ class MainActivity : AppCompatActivity() { ...@@ -168,8 +168,8 @@ class MainActivity : AppCompatActivity() {
// val url = "file:///android_asset/dist/index.html" // val url = "file:///android_asset/dist/index.html"
// val url = "www.baidu.com" // val url = "www.baidu.com"
// val url = "http://82.156.182.48:8088/3dmap/" // val url = "http://82.156.182.48:8088/3dmap/"
// val url = "https://10.149.230.104:19443/shudao-navigation3d-app/index" val url = "https://10.149.230.104:19443/shudao-navigation3d-app/index"
val url = "https://172.29.128.38:13443/shudao-navigation3d-app/index" // val url = "https://172.29.128.38:13443/shudao-navigation3d-app/index"
binding.dwebview.loadUrl(url) binding.dwebview.loadUrl(url)
binding.dwebview.webViewClient = object : WebViewClient() { binding.dwebview.webViewClient = object : WebViewClient() {
......
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