Commit f9a27937 authored by zhengke's avatar zhengke

no message

parent e5362934
...@@ -124,6 +124,10 @@ ...@@ -124,6 +124,10 @@
*/ */
const GetTripConfig = async () =>{ const GetTripConfig = async () =>{
try { try {
// console.log('','-----http://localhost:8080?ConfigId=11')
let locations = window.location.search.split('?')
let ConfigId = locations[1].split('=')[1]
console.log(ConfigId,'=====')
let queryMsg = { let queryMsg = {
ConfigId: 0 ConfigId: 0
} }
...@@ -139,6 +143,7 @@ ...@@ -139,6 +143,7 @@
console.log("triptemplate_GetTripConfig", error); console.log("triptemplate_GetTripConfig", error);
} }
} }
GetTripConfig()
/** /**
* 页面跳转 * 页面跳转
......
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