update:增加ticket过期提示,请求提示,下拉刷新

This commit is contained in:
2021-10-08 09:20:10 +08:00
parent ab1972183c
commit 69c5b7a4f0
12 changed files with 343 additions and 282 deletions

View File

@@ -11,6 +11,7 @@ import Vue from "vue";
import App from "./App";
import router from "./router";
import store from "./store";
import "@/assets/css/global.css";
import { Button, NavBar, Cell, CellGroup, Notify } from "vant";
Vue.use(Button)