dcc
2024-07-07 cf0f537770db12fb8e50a8932a6325e23018bc8b
src/main.js
@@ -19,7 +19,7 @@
  Tab,
  Tabs,
  Popup,
  DatetimePicker
  DatetimePicker
} from "vant";
import "vant/lib/index.css";
import moment from "moment";
@@ -33,6 +33,8 @@
import "lib-flexible";
// import md5 from 'js-md5'
import * as filters from "@/utils/utils";
import * as filter from "@/utils/filter";
import * as allocation from "@/utils/allocation";
import animated from "animate.css"; // npm install animate.css --save安装,在引入
import "../static/css/public2.css";
@@ -70,6 +72,12 @@
Object.keys(filters).forEach(key => {
  Vue.filter(key, filters[key]);
});
Object.keys(filter).forEach(key => {
  Vue.filter(key, filter[key]);
});
Object.keys(allocation).forEach(key => {
  Vue.prototype[key] = allocation[key];
});
Vue.prototype.$state = state;
Vue.prototype.$setgoindex = function() {
  if (window.history.length <= 1) {