snow 1 year ago
parent
commit
e5b1c54bdf

File diff suppressed because it is too large
+ 0 - 0
dist/app.js


+ 1 - 1
dist/runtime.js

@@ -113,7 +113,7 @@
 /******/
 /******/ 	var hotApplyOnUpdate = true;
 /******/ 	// eslint-disable-next-line no-unused-vars
-/******/ 	var hotCurrentHash = "b7bdfde274062e585088";
+/******/ 	var hotCurrentHash = "a72de05dec1e27d06b55";
 /******/ 	var hotRequestTimeout = 10000;
 /******/ 	var hotCurrentModuleData = {};
 /******/ 	var hotCurrentChildModule;

BIN
dist/static/img/purch.bce458ee.png


BIN
dist/static/img/wechat.42e0fefc.png


+ 1 - 1
src/components/unusual/index.vue

@@ -15,7 +15,7 @@ export default {
     toLogin(){
       const name = getParameterByName("name")
       const back = getParameterByName("back")
-      this.$router.push('/login?' + "name=" + name + "&back=" + back )
+      this.$router.push('/?' + "name=" + name + "&back=" + back )
     }
   }
 }

+ 1 - 1
src/router/index.js

@@ -1,6 +1,6 @@
 import Wechat from "./../pages/wechat.vue"
 import Login from "./../pages/login.vue"
-import Nav from "./../pages/nav.vue"
+// import Nav from "./../pages/nav.vue"
 
 const routes = [
   { path: '/wechat', component: Wechat },

Some files were not shown because too many files changed in this diff