fix(member): 移除404接口
This commit is contained in:
parent
506a56e298
commit
4f51da9062
|
@ -185,14 +185,7 @@ export function passwordFreeLen(params) {
|
|||
params
|
||||
})
|
||||
}
|
||||
// 会员有效状态
|
||||
export function getExpirestatus(params) {
|
||||
return request({
|
||||
url: '/system/pub/enums/get-expirestatus',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
// 会员奖衔查询列表
|
||||
export function member_awards(params) {
|
||||
return request({
|
||||
|
|
|
@ -715,7 +715,6 @@ import {
|
|||
passwordFreeLen,
|
||||
incomeStatusList,
|
||||
serviceStatus,
|
||||
getExpirestatus,
|
||||
copyPwd
|
||||
} from '@/api/member'
|
||||
import {
|
||||
|
@ -1082,9 +1081,6 @@ export default {
|
|||
getattestation().then((res) => {
|
||||
this.tattestation = res.data
|
||||
})
|
||||
getExpirestatus().then((res) => {
|
||||
this.expireList = res.data
|
||||
})
|
||||
},
|
||||
// 服务协议
|
||||
serviceStatus() {
|
||||
|
|
Loading…
Reference in New Issue