lsc 2 years ago
parent
commit
5c1b2b4687

BIN
src/assets/icon/isVideo.png


BIN
src/assets/icon/isWord.png


BIN
src/assets/icon/word2.png


BIN
src/assets/icon/works/noImg.png


BIN
src/assets/icon/zip.png


+ 3 - 7
src/components/studentIndex.vue

@@ -428,15 +428,11 @@ export default {
     },
     //获取banner
     getBanner(res) {
-      var a = false;
-      if (this.org == "eb2af5e9-ac3d-46b6-9fe3-3c1c364f018d") {
-        a = true;
-      }
       let params = {
         oid: this.org,
       };
       this.ajax
-        .get(this.$store.state.api + "selectBannerByOid", params)
+        .get(this.$store.state.api + "selectBannerByOidS", params)
         .then((res) => {
           if (res.data[0].length > 0) {
             this.bannerList = res.data[0];
@@ -456,7 +452,7 @@ export default {
         oid: this.oid,
       };
       this.ajax
-        .get(this.$store.state.api + "selectBannerByOid", params)
+        .get(this.$store.state.api + "selectBannerByOidS", params)
         .then((res) => {
           if (res.data[0].length > 0) {
             this.bannerList = res.data[0];
@@ -473,7 +469,7 @@ export default {
     },
     getOldBanner(res) {
       this.ajax
-        .get(this.$store.state.api + "getBanner", "")
+        .get(this.$store.state.api + "getBannerS", "")
         .then((res) => {
           this.bannerList = res.data[0];
         })