feat: 移除vue中的reactive和ref引用,优化app.js配置获取
This commit is contained in:
parent
6864e75be3
commit
3ebb97897d
|
@ -355,10 +355,6 @@
|
||||||
getVipInfoByPhone
|
getVipInfoByPhone
|
||||||
} from "@/api/user.js"
|
} from "@/api/user.js"
|
||||||
import Push from "@/utils/push.js"
|
import Push from "@/utils/push.js"
|
||||||
import {
|
|
||||||
ref,
|
|
||||||
reactive
|
|
||||||
} from "vue"
|
|
||||||
import {
|
import {
|
||||||
config
|
config
|
||||||
} from "@/config/app.js"
|
} from "@/config/app.js"
|
||||||
|
|
Loading…
Reference in New Issue