Commit c26798fa authored by chechunchi's avatar chechunchi

fix

parent 507d643a
Pipeline #20734 passed with stages
in 13 minutes and 6 seconds
......@@ -83,7 +83,7 @@ const WaitRoom = () => {
await initStrings();
// 初始化wasm
const originUrl = `${import.meta.env.BASE_URL}assets`;
const originUrl = `${import.meta.env.BASE_URL}assets/`;
const url = new URL("rust_src_bg.wasm", originUrl);
console.log(originUrl);
console.log(url);
......
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