From 2a1b84253feaf8becefbd78228af447b56940748 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Thu, 29 Feb 2024 13:52:10 +0800 Subject: [PATCH] uu --- mixins/index.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mixins/index.js b/mixins/index.js index 2ddc3bf..232cdf0 100644 --- a/mixins/index.js +++ b/mixins/index.js @@ -1,8 +1,6 @@ import getCdnUrl from "@/common/getCdnUrl" import * as untools from "@/common/untool" -import { - corePost -} from "@/common/request" +import { corePost } from "@/common/request" export const mixins = { data() { @@ -12,7 +10,7 @@ export const mixins = { }, computed: {}, created() { - console.log("我是mixin中的created生命周期函数"); + // console.log("我是mixin中的created生命周期函数"); }, // mounted() { // console.log("我是mixin中的mounted生命周期函数");