Commit 38622195 authored by 劳琪峰's avatar 劳琪峰

chore: 修改接口

parent 6dff5a06
......@@ -16,8 +16,8 @@ const {
// request.js
// 通常可以吧 baseUrl 单独放在一个 js 文件了
// const baseUrl = "http://172.16.230.108:7777/pmall";
const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
// const baseUrl = "https://momclub-test.feihe.com/pmall";//测试环境2
// const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
const baseUrl = "https://momclub-test.feihe.com/pmall";//测试环境2
// let baseUrl = "https://momclub.feihe.com/pmall";//生产环境
// const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock
// const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
......
......@@ -4,5 +4,5 @@ import {CodeResponse, ThematicPageType} from "./types";
const {api} = requestModule
export function fetchPageConfig(id: string) {
return api.get('/c/thematicPage/data', {id}) as Promise<CodeResponse<ThematicPageType>>
return api.get('/c/hotzone/data', {id}) as Promise<CodeResponse<ThematicPageType>>
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment