mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
提交
This commit is contained in:
@@ -622,7 +622,7 @@ export default {
|
||||
jumpDetails() {
|
||||
// this.$router.push('/course/micro');
|
||||
// 跳转打开新页面
|
||||
let routeData = this.$router.resolve({ path: '/course/micro'}); // , query: { id: 1 }
|
||||
let routeData = this.$router.resolve({ path: '/course/detail'}); // , query: { id: 1 }
|
||||
window.open(this.webBaseUrl+routeData.href, '_blank');
|
||||
},
|
||||
toExamine(row) {
|
||||
|
||||
Reference in New Issue
Block a user