This commit is contained in:
aihe 2024-02-29 13:52:10 +08:00
parent 53e0b3e13f
commit 2a1b84253f

View File

@ -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生命周期函数");