|
|
@@ -399,7 +399,6 @@ import "swiper/dist/css/swiper.css"; |
|
|
|
import Swiper from "swiper"; |
|
|
|
import { mapState, mapActions } from "vuex"; |
|
|
|
import top from "../common/top.vue"; |
|
|
|
import baseUrl from "../../api/baseUrl"; |
|
|
|
|
|
|
|
import { Toast } from "vant"; |
|
|
|
import Vue from "vue"; |
|
|
@@ -613,7 +612,7 @@ export default { |
|
|
|
if (AccessToken) { |
|
|
|
this.$axios({ |
|
|
|
method: "get", |
|
|
|
url: `${baseUrl}/api/userVideo/list?pageNum=1&pageSize=3`, |
|
|
|
url: `https://smapitest.malls.iformall.com/C/api/userVideo/list?pageNum=1&pageSize=3`, |
|
|
|
headers: { |
|
|
|
"Content-Type": "application/json;charset=UTF-8", |
|
|
|
token: AccessToken, |
|
|
|