diff --git a/source/vue/xzs-admin/src/layout/index.vue b/source/vue/xzs-admin/src/layout/index.vue
index 2fe1a6a..bd18437 100644
--- a/source/vue/xzs-admin/src/layout/index.vue
+++ b/source/vue/xzs-admin/src/layout/index.vue
@@ -9,8 +9,7 @@
diff --git a/source/vue/xzs-admin/src/views/login/index.vue b/source/vue/xzs-admin/src/views/login/index.vue
index 6c5a2ca..edabb3a 100644
--- a/source/vue/xzs-admin/src/views/login/index.vue
+++ b/source/vue/xzs-admin/src/views/login/index.vue
@@ -52,8 +52,7 @@
diff --git a/source/vue/xzs-student/README.md b/source/vue/xzs-student/README.md
deleted file mode 100644
index 31c58d1..0000000
--- a/source/vue/xzs-student/README.md
+++ /dev/null
@@ -1,90 +0,0 @@
-# exam-student
-
-## Pre Command
-```
-npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
-npm install --registry https://registry.npm.taobao.org
-```
-
-
-## Project setup
-```
-npm install
-```
-
-### Compiles and hot-reloads for development
-```
-npm run serve
-```
-
-### Compiles and minifies for production
-```
-npm run build
-```
-
-### Run your tests
-```
-npm run test
-```
-
-### Lints and fixes files
-```
-npm run lint
-```
-
-### Customize configuration
-See [Configuration Reference](https://cli.vuejs.org/config/).
-
-
-## Ngix gzip
-```
-gzip on;
-gzip_min_length 1k;
-gzip_comp_level 1;
-gzip_types text/plain application/javascript application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/bmp application/x-bmp image/x-ms-bmp application/vnd.ms-fontobject font/ttf font/opentype font/x-woff;
-gzip_vary on;
-gzip_disable "MSIE [1-6]\.";
-gzip_buffers 32 4k;
-gzip_http_version 1.0;
-```
-
-## Ngix config
-```
-server {
- listen 80;
- server_name student;
- root /usr/local/exam/student;
- index index.html;
- error_page 500 502 503 504 /50x.html;
- location = /50x.html {
- root html;
- }
- location /api/ {
- proxy_pass http://localhost:8001;
- }
-}
-```
-
-
-## Ngix Https config
-```
-server {
- listen 85;
- listen 8085 ssl;
- server_name www.alvisu.com;
- root /usr/local/exam/link/exam-student;
- index index.html;
- error_page 500 502 503 504 /50x.html;
- ssl_certificate /usr/local/exam/ssl/nginx.crt;
- ssl_certificate_key /usr/local/exam/ssl/nginx.key;
- ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
- ssl_ciphers ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!eNULL;
- ssl_prefer_server_ciphers on;
- location = /50x.html {
- root html;
- }
- location /api/ {
- proxy_pass https://www.alvisu.com:8001;
- }
-}
-```
diff --git a/source/vue/xzs-student/src/layout/index.vue b/source/vue/xzs-student/src/layout/index.vue
index 49b3a2b..d980ade 100644
--- a/source/vue/xzs-student/src/layout/index.vue
+++ b/source/vue/xzs-student/src/layout/index.vue
@@ -52,8 +52,7 @@
diff --git a/source/vue/xzs-student/src/views/login/index.vue b/source/vue/xzs-student/src/views/login/index.vue
index 50f8fd0..f062a05 100644
--- a/source/vue/xzs-student/src/views/login/index.vue
+++ b/source/vue/xzs-student/src/views/login/index.vue
@@ -31,8 +31,7 @@
diff --git a/source/vue/xzs-student/src/views/register/index.vue b/source/vue/xzs-student/src/views/register/index.vue
index 45d55d1..07606c5 100644
--- a/source/vue/xzs-student/src/views/register/index.vue
+++ b/source/vue/xzs-student/src/views/register/index.vue
@@ -37,8 +37,7 @@
diff --git a/source/xzs/src/main/resources/static/admin/admin/components/ueditor/kityformula-plugin/kityFormulaDialog.html b/source/xzs/src/main/resources/static/admin/admin/components/ueditor/kityformula-plugin/kityFormulaDialog.html
index ca948a0..6220777 100644
--- a/source/xzs/src/main/resources/static/admin/admin/components/ueditor/kityformula-plugin/kityFormulaDialog.html
+++ b/source/xzs/src/main/resources/static/admin/admin/components/ueditor/kityformula-plugin/kityFormulaDialog.html
@@ -42,7 +42,7 @@
- sorry! Beta版本仅支持IE9及以上版本的浏览器,正式版本将会支持低版本浏览器,谢谢您的关注!
+ sorry! 仅支持IE9及以上版本的浏览器!
@@ -104,4 +104,4 @@
} );
-