update:更新页面接口数据

This commit is contained in:
2021-09-23 14:53:10 +08:00
parent 4e80b23861
commit e0925115ed
9 changed files with 93 additions and 116 deletions

View File

@@ -11,13 +11,16 @@ import Vue from "vue";
import App from "./App";
import router from "./router";
import store from "./store";
import { Button, NavBar, Cell, CellGroup } from "vant";
import { Button, NavBar, Cell, CellGroup, Notify } from "vant";
Vue.use(Button)
.use(NavBar)
.use(Cell)
.use(CellGroup)
.use(ElementUI);
.use(CellGroup);
Vue.use(ElementUI);
Vue.use(Notify);
import { Image as VanImage } from "vant";