lsc 2 年之前
父節點
當前提交
5c1b2b4687
共有 6 個文件被更改,包括 3 次插入7 次删除
  1. 二進制
      src/assets/icon/isVideo.png
  2. 二進制
      src/assets/icon/isWord.png
  3. 二進制
      src/assets/icon/word2.png
  4. 二進制
      src/assets/icon/works/noImg.png
  5. 二進制
      src/assets/icon/zip.png
  6. 3 7
      src/components/studentIndex.vue

二進制
src/assets/icon/isVideo.png


二進制
src/assets/icon/isWord.png


二進制
src/assets/icon/word2.png


二進制
src/assets/icon/works/noImg.png


二進制
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];
         })