Commit 5785c2f0 authored by 刘殿昕's avatar 刘殿昕

更新csr

parent 90f0a096
...@@ -1058,7 +1058,10 @@ export default { ...@@ -1058,7 +1058,10 @@ export default {
...mapState(["userInfo"]) ...mapState(["userInfo"])
}, },
created() { created() {
this.manage_arr[this.manage_arr.length - 1].url = cloudServiceRoot; this.$nextTick(() => {
this.manage_arr[this.manage_arr.length - 1].url = cloudServiceRoot;
console.log(this.manage_arr)
})
}, },
mounted() { mounted() {
console.log(this.level); console.log(this.level);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment