ali
2024-09-03 0ae83a895e80a4b9777a27f613d721a7e5e2ac18
1
2
3
4
5
6
7
8
9
10
import request from '@/utils/request'
 
 
// 首页IFrame加载地址
export function getIndexIframeUrl() {
  return request({
    url: '/HomePage/indexIframeUrl',
    method: 'get',
  })
}