Commit fd85306b authored by 前端-钟卫鹏's avatar 前端-钟卫鹏
parents 5ea0ab2e 9076227d
...@@ -35,13 +35,6 @@ const axios = Axios.create({ ...@@ -35,13 +35,6 @@ const axios = Axios.create({
}) })
const serviceConfig = { const serviceConfig = {
// 用于注册页
userRegister: {
useType: {
url: '/member/menu/register/type',
method: 'get'
}
},
//初始化会员支付策略配置 //初始化会员支付策略配置
payConfig: { payConfig: {
payInitializeConfig: { payInitializeConfig: {
...@@ -115,4 +108,4 @@ async function batchAxiosHttps() { ...@@ -115,4 +108,4 @@ async function batchAxiosHttps() {
return isDemo ? Object.assign(asyncHttpQueue, await demoFetch()) : asyncHttpQueue return isDemo ? Object.assign(asyncHttpQueue, await demoFetch()) : asyncHttpQueue
} }
exports.fetchConfig = batchAxiosHttps exports.fetchConfig = batchAxiosHttps
\ No newline at end of file
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