Browse Source

Merge branch 'beta'

SanHQin 2 days ago
parent
commit
4dc856a153

+ 1 - 1
dist/index.html

@@ -37,7 +37,7 @@
       width: 100%;
       width: 100%;
       background: #e6eaf0;
       background: #e6eaf0;
       font-family: '黑体';
       font-family: '黑体';
-    }</style><link href=./static/css/app.f95ce97d394d7420eaf65954a1c2a009.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.23ea04dc469b57e2b4f8.js></script><script type=text/javascript src=./static/js/vendor.714ff2bfc93f2f096b79.js></script><script type=text/javascript src=./static/js/app.11ff05e51d9ff28d8bea.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.1e0887ff02f252b756520de574708ec5.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.23ea04dc469b57e2b4f8.js></script><script type=text/javascript src=./static/js/vendor.714ff2bfc93f2f096b79.js></script><script type=text/javascript src=./static/js/app.87cf4fc88f5da55ec812.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.1e0887ff02f252b756520de574708ec5.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.1e0887ff02f252b756520de574708ec5.css.map


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.87cf4fc88f5da55ec812.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.23ea04dc469b57e2b4f8.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/workPage-manifest.2ece51fa34be51c8610a.js.map


+ 1 - 1
src/components/pages/pptEasy/addCourse3.vue

@@ -1414,7 +1414,7 @@ export default {
     // 确认发布
     // 确认发布
     confirmPublish() {
     confirmPublish() {
       if (!this.selectedSubject.length) {
       if (!this.selectedSubject.length) {
-        this.$message.error(this.lang.ssSelectSubject);
+        this.$message.error(this.lang.ssSelectSubj);
         return;
         return;
       }
       }
       if (!this.selectedGrade.length) {
       if (!this.selectedGrade.length) {

+ 1 - 1
src/components/pages/pptEasy/addCoursePS.vue

@@ -1388,7 +1388,7 @@ export default {
     // 确认发布
     // 确认发布
     confirmPublish() {
     confirmPublish() {
       if (!this.selectedSubject.length) {
       if (!this.selectedSubject.length) {
-        this.$message.error(this.lang.ssSelectSubject);
+        this.$message.error(this.lang.ssSelectSubj);
         return;
         return;
       }
       }
       if (!this.selectedGrade.length) {
       if (!this.selectedGrade.length) {

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