snow 4 months ago
parent
commit
7527a75bae
4 changed files with 1 additions and 1 deletions
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.71d494ce.js
  3. BIN
      dist/static/js/app.71d494ce.js.gz
  4. 1 1
      src/pages/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


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


BIN
dist/static/js/app.b2800320.js.gz → dist/static/js/app.71d494ce.js.gz


+ 1 - 1
src/pages/index.vue

@@ -13,6 +13,7 @@
 <script>
 import { getOpenid, getParameterByName, removeOpenid, setOpenid } from "../utils/auth";
 import userRequest from "@/api/index";
+import config from "@/config/index"
 
 export default {
   data(){
@@ -39,7 +40,6 @@ export default {
   },
   mounted() {
     document.title = "数据导航"
-
     if (!getParameterByName('code')) {
       this.login()
     } else {

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