|
@@ -464,10 +464,8 @@ export default {
|
|
|
beforeCreate() { }, //生命周期 - 创建之前
|
|
|
created() { }, //生命周期 - 创建完成(可以访问当前this实例)
|
|
|
beforeMount() { }, //生命周期 - 挂载之前
|
|
|
- async mounted() {
|
|
|
-
|
|
|
-
|
|
|
- this.$nextTick((res) => {
|
|
|
+ mounted() {
|
|
|
+ this.$nextTick(() => {
|
|
|
cockpit.init(viewer);
|
|
|
|
|
|
this.pick_xzqh();
|