You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
390 B

4 weeks ago
  1. import request from '~/utils/request'
  2. export default {
  3. // getTopBannerAdList() {
  4. // return request({
  5. // baseURL: 'http://localhost:8140',
  6. // url: '/api/cms/ad/list/1',
  7. // method: 'get'
  8. // })
  9. // },
  10. getVideoData() {
  11. return request({
  12. // baseURL: 'http://localhost:8080',
  13. url: 'video-data/api/selectVideoData',
  14. method: 'post'
  15. })
  16. }
  17. }