mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
Merge branch 'dev0124' into dev0515
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div v-if="!Object.keys(detailData).length" class="growth">
|
<div v-if="Object.keys(detailData).length" class="growth">
|
||||||
<div class="growth_heads">
|
<div class="growth_heads">
|
||||||
<div class="growth_left">
|
<div class="growth_left">
|
||||||
<div class="left_text">我的成长路径</div>
|
<div class="left_text">我的成长路径</div>
|
||||||
@@ -159,10 +159,10 @@ export default {
|
|||||||
this.detailData = res.data
|
this.detailData = res.data
|
||||||
}
|
}
|
||||||
if(res.code == 4){
|
if(res.code == 4){
|
||||||
this.$message({
|
// this.$message({
|
||||||
type: 'error',
|
// type: 'error',
|
||||||
message: res.msg
|
// message: res.msg
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
if(localStorage.getItem("checkedGrowth") != null){
|
if(localStorage.getItem("checkedGrowth") != null){
|
||||||
|
|||||||
Reference in New Issue
Block a user