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