Przeglądaj źródła

6.2以后可登陆系统

licailing 5 lat temu
rodzic
commit
c0d568d853
1 zmienionych plików z 28 dodań i 28 usunięć
  1. 28 28
      src/main/h5/src/main.js

+ 28 - 28
src/main/h5/src/main.js

@@ -1,28 +1,28 @@
-import Vue from "vue";
-import App from "./App.vue";
-import router from "./router";
-import store from "./store";
-import http from "./plugins/http";
-import ElementUI from "element-ui";
-import "element-ui/lib/theme-chalk/index.css";
-import Vant from "vant";
-import "vant/lib/index.css";
-import MetaInfo from "vue-meta-info";
-Vue.prototype.$colors = {
-  prim: "#2C96FF",
-  text2: "#939599"
-};
-
-Vue.use(Vant);
-
-Vue.use(ElementUI);
-Vue.use(http);
-Vue.config.productionTip = false;
-Vue.use(MetaInfo);
-
-new Vue({
-  router,
-  store,
-  render: h => h(App)
-}).$mount("#app");
-//test
+import Vue from "vue";
+import App from "./App.vue";
+import router from "./router";
+import store from "./store";
+import http from "./plugins/http";
+import ElementUI from "element-ui";
+import "element-ui/lib/theme-chalk/index.css";
+import Vant from "vant";
+import "vant/lib/index.css";
+import MetaInfo from "vue-meta-info";
+Vue.prototype.$colors = {
+  prim: "#2C96FF",
+  text2: "#939599"
+};
+
+Vue.use(Vant);
+
+Vue.use(ElementUI);
+Vue.use(http);
+Vue.config.productionTip = false;
+Vue.use(MetaInfo);
+
+new Vue({
+  router,
+  store,
+  render: h => h(App)
+}).$mount("#app");
+//test