Browse Source

08/27 20:34

mo 5 years ago
parent
commit
342bc8eb66

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/css/app.e69d48f8.css


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


+ 2 - 2
src/views/dashboard/index.vue

@@ -182,7 +182,7 @@
 </template>
 <script>
 import qs from "qs";
-import { loading } from "element-ui";
+// import { loading } from "element-ui";
 import { scrollTo } from '@/utils/scroll-to'
 import {
   getAllMajor,
@@ -338,7 +338,7 @@ export default {
     // 时间格式化过滤器
     filterDate (val) {
       let str = "";
-      val.birthday ? (str = val.birthday.split("T")[0]) : (str = "");
+      val.birthday ? (str = val.birthday.split(" ")[0]) : (str = "");
       return str;
     },
     // 格式化班级

+ 2 - 1
vue.config.js

@@ -40,8 +40,9 @@ module.exports = {
       // change xxx-api/login => mock/login
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       // http://admin.dayaedu.com
+      // http://192.168.3.27
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://admin.dayaedu.com/`,
+        target: `http://admin.dayaedu.com`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''

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