Commit 6d98989a authored by wuhao's avatar wuhao 🎯

asder

parent 3447323b
Pipeline #6564 passed with stages
in 7 minutes and 35 seconds
......@@ -128,7 +128,9 @@ function Dolessons() {
// add Jump
if (res.code === "0000") {
const token = localStorage.getItem("TOKENES");
window.open(`ctp://${token}:${row?.id}`);
window.open(
`http://192.168.40.36/sample/?params=${token}:${row?.id}`
);
}
},
}}
......
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