lsc 2 years ago
parent
commit
d22adae13e

+ 1 - 1
dist/index.html

@@ -18,4 +18,4 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.d0f35dc8af02f16e1437f15a1ceda8f8.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.ab95705b4e56cfaa9f33.js></script><script type=text/javascript src=./static/js/app.619060b93593c61121a8.js></script></body></html><script>document.domain = "cocorobo.cn"</script>
+    }</style><link href=./static/css/app.f04121deda809f7408d660b1a9f657aa.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.ab95705b4e56cfaa9f33.js></script><script type=text/javascript src=./static/js/app.f42a37679c18459d3f13.js></script></body></html><script>document.domain = "cocorobo.cn"</script>

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


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


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


BIN
dist/static/img/answerBgNew.8088cd0.png


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


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


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


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


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


+ 3 - 1
src/components/index.vue

@@ -188,6 +188,7 @@ export default {
       bannerList: [],
       userid: this.$route.query.userid,
       oid: this.$route.query.oid,
+      org: this.$route.query.org,
       classId: this.$route.query.cid,
       tType: this.$route.query.tType,
       screenType: this.$route.query.screenType,
@@ -382,10 +383,11 @@ export default {
         cu: "",
         cn: this.sCourse,
         classid: this.classId,
+        org: this.org,
         page: this.page,
       };
       this.ajax
-        .get(this.$store.state.api + "selectTypeCourse", params)
+        .get(this.$store.state.api + "selectTypeCourse2", params)
         .then((res) => {
           this.loading.close();
           this.loading = "";

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