|
@@ -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];
|
|
|
})
|