- 共识别到 {{ info.totalQuestionCount }} 题;
+ 共识别到 {{ info.totalQuestionCount }} 题;
成功导入 {{ info.successCount }} 题,
导入失败 {{ info.errorCount }} 题。
diff --git a/src/setting.js b/src/setting.js
index 0cd7759..5ec8c7c 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -6,7 +6,7 @@ const isPro = location.host.includes('huorantech.cn') //正式服
let host = location.origin
if (isDev) {
host = 'http://192.168.31.51:9000'
- const ips = ['http://192.168.31.217:9000', 'http://192.168.31.51:9000', 'http://121.37.12.51']
+ const ips = ['http://192.168.31.217:9000', 'http://192.168.31.51:9000', 'https://occupationlab.com']
host = ips[+localStorage.getItem('ip')]
}
diff --git a/src/styles/default/index.scss b/src/styles/default/index.scss
index 8d53f3c..950f41e 100644
--- a/src/styles/default/index.scss
+++ b/src/styles/default/index.scss
@@ -1,6 +1,6 @@
/* 改变主题色变量 */
-$--color-primary: #2962FF;
+$--color-primary: #062c87;
/* 改变 icon 字体路径变量,必需 */
$--font-path: '~element-ui/lib/theme-chalk/fonts';
diff --git a/src/styles/var.scss b/src/styles/var.scss
index d78eb97..3f57beb 100644
--- a/src/styles/var.scss
+++ b/src/styles/var.scss
@@ -1,4 +1,4 @@
-$main-color: #2962FF;
+$main-color: #062c87;
$max-width: 1440px;
$min-width: 1280px;