3 Commits 94a48d4f6b ... 7147c9fef5

Author SHA1 Message Date
  wangguoxi 7147c9fef5 关闭了本地调试代码 5 months ago
  wangguoxi 31dbe74da3 Merge branch 'master' of https://gogs.k12100.net/liuquanxin/bigDataStudent 5 months ago
  wangguoxi 10c861261e 修改了 巩固题 颜色 5 months ago
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/App.vue
  2. 1 1
      src/views/analysisReport/wrongQuestion/index.vue

+ 2 - 2
src/App.vue

@@ -11,9 +11,9 @@ import { encrypt } from "@/utils/jsencrypt";
 export default {
     name: "App",
     mounted() {
-        // // INFO: 本地调试,自动登录
+        // INFO: 本地调试,自动登录
         if (process.env.NODE_ENV === 'development') {
-            this.SubmitLogin();
+            // this.SubmitLogin();
         }
     },
     methods: {

+ 1 - 1
src/views/analysisReport/wrongQuestion/index.vue

@@ -419,7 +419,7 @@ export default {
 }
 
 .bg_easy {
-    background-color: #90CB75 !important;
+    background-color: #3BA272 !important;
 }
 
 .bg_medium {