Commit 10f429a5 authored by wuhao's avatar wuhao 🎯

asder

parent e472b3c1
Pipeline #6593 passed with stages
in 8 minutes and 18 seconds
...@@ -129,7 +129,7 @@ function Dolessons() { ...@@ -129,7 +129,7 @@ function Dolessons() {
if (res.code === "0000") { if (res.code === "0000") {
const token = localStorage.getItem("TOKENES"); const token = localStorage.getItem("TOKENES");
window.open( window.open(
`http://192.168.40.36/sample/?params=${token}:${row?.id}` `http://frp-dev.nangaoyun.com:2309/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