lsc 4 月之前
父節點
當前提交
b1c305d8ea

File diff suppressed because it is too large
+ 0 - 0
dist/css/app.7d227826.css


+ 1 - 1
dist/index.html

@@ -36,4 +36,4 @@
         width: 100%;
         background: #e6eaf0;
         font-family: '黑体';
-      }</style><script defer="defer" src="/js/chunk-vendors.3a922260.js"></script><script defer="defer" src="/js/app.0e4a3a28.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.08a948f0.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but userManage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
+      }</style><script defer="defer" src="/js/chunk-vendors.3a922260.js"></script><script defer="defer" src="/js/app.6f3afb79.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.7d227826.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but userManage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

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


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.6f3afb79.js.map


+ 1 - 1
src/components/organList.vue

@@ -440,7 +440,7 @@ export default {
               content: `点击了批量添加 ${row.name}${row.id}`,
             });
             let userid = await this.getUserId(oid, org);
-            const url=`https://pbl.cocorobo.cn/pbl-teacher-table/dist/?#/teacher?userid=${userid ? userid : this.userid}&oid=${oid}&org=${org}`;
+            const url=`https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/?#/teacher?userid=${userid ? userid : this.userid}&oid=${oid}&org=${org}`;
             window.open(url,'_blank');
         }
 

+ 1 - 1
src/components/schoolList.vue

@@ -572,7 +572,7 @@ export default {
                 type: "user_op",
                 content: `点击了批量添加 ${row.name}${row.id}`,
             });
-            const url=`https://pbl.cocorobo.cn/pbl-teacher-table/dist/?#/teacher?userid=${userid ? userid : this.userid}&oid=${oid}&org=${org}`;
+            const url=`https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/?#/teacher?userid=${userid ? userid : this.userid}&oid=${oid}&org=${org}`;
             window.open(url,'_blank');
         }
 

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