按订单

This commit is contained in:
haozq 2025-12-12 11:01:49 +08:00
parent 1386e7a445
commit a98ec6292a
1 changed files with 18 additions and 0 deletions

18
public/js/index.js Normal file
View File

@ -0,0 +1,18 @@
function openSystem(id) {
let username=localStorage.getItem("public_username");
let token=localStorage.getItem("public_token");
let url=web_url+contentPath;
if(id==='1'){
window.open(url+'smz-web/lodingIndex.html?token='+username,'smz_html');
}else if(id==='2'){
window.open('','smz_web_html')
}else if(id==='3'){
window.open('','smz_web_html')
}else if(id==='4'){
window.open('','smz_web_html')
}else if(id==='5'){
window.open('','smz_web_html')
}
}