Browse Source

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table into beta

lsc 5 months ago
parent
commit
8287e7d279

+ 1 - 1
dist/index.html

@@ -37,7 +37,7 @@
       width: 100%;
       background: #e6eaf0;
       font-family: '黑体';
-    }</style><link href=./static/css/app.31fe1dc67ac245935f42e921588e6312.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.d52678247d8eb88f1574.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.89288477452d6266b294e879b8a36a86.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.d5ba2fe6f793287f1e81.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

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


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


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d5ba2fe6f793287f1e81.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/studentManageNew/component/editInterstcla.vue

@@ -80,7 +80,7 @@ export default {
         oid: this.oid,
       };
       this.ajax
-        .get(this.$store.state.api + "updateClass", params)
+        .get(this.$store.state.api + "updateClassNew", params)
         .then((res) => {
           if (res.data[0] && res.data[0][0].classname == 1) {
             this.$message({

+ 1 - 1
src/components/pages/studentManageNew/component/table.vue

@@ -1777,7 +1777,7 @@ export default {
         oid: this.oid
       };
       this.ajax
-        .get(this.$store.state.api + "updateClass", params)
+        .get(this.$store.state.api + "updateClassNew", params)
         .then(res => {
           if (res.data[0] && res.data[0][0].classname == 1) {
             this.$message({

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