mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-13 21:06:47 +08:00
-- 测试发版
This commit is contained in:
@@ -55,7 +55,7 @@ function toDetail(i) {
|
||||
if (current.value !== i) {
|
||||
return
|
||||
}
|
||||
import.meta.env.MODE === "development"
|
||||
(import.meta.env.MODE === "development" || import.meta.env.MODE === "test")
|
||||
? router.push({
|
||||
path: "/pathdetails",
|
||||
query: {routerId: props.detail.routerId, routerName: props.detail.routerName},
|
||||
|
||||
Reference in New Issue
Block a user