mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-11 03:46:47 +08:00
feat:增加关卡等
This commit is contained in:
@@ -95,13 +95,13 @@ function show() {
|
||||
}
|
||||
|
||||
function toDetail(i) {
|
||||
console.log("import.meta.env.MODE", import.meta.env.MODE);
|
||||
// console.log("import.meta.env.MODE", import.meta.env.MODE);
|
||||
if (current.value !== i) {
|
||||
return;
|
||||
}
|
||||
import.meta.env.MODE === "development" || import.meta.env.MODE === "test"
|
||||
? router.push({
|
||||
path: "/pathdetails",
|
||||
path: "/pathmappage",
|
||||
query: {
|
||||
routerId: props.routerId,
|
||||
// routerName: props.detail.routerName,
|
||||
@@ -110,7 +110,7 @@ function toDetail(i) {
|
||||
: window.open(
|
||||
`${
|
||||
window.location.protocol + import.meta.env.VITE_BOE_PATH_DETAIL_URL
|
||||
}/pathdetails¶ms=${encodeURIComponent(
|
||||
}/pathmappage¶ms=${encodeURIComponent(
|
||||
`routerId=${props.detail.routerId}&routerName=${props.detail.routerName}`
|
||||
)}`,
|
||||
"_top"
|
||||
|
||||
Reference in New Issue
Block a user