update 报名起草组接口调整免token验证
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ const whiteList = [
|
|||||||
'/signUpPage',
|
'/signUpPage',
|
||||||
'/lookExpressInfo',
|
'/lookExpressInfo',
|
||||||
'/signupdraftteamentrance',
|
'/signupdraftteamentrance',
|
||||||
'/signupdraftteampage'
|
'/signUpDraftTeamPage'
|
||||||
] // no redirect whitelist
|
] // no redirect whitelist
|
||||||
|
|
||||||
const ThirdLoginFunc = (token) => {
|
const ThirdLoginFunc = (token) => {
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ export default {
|
|||||||
// 报名二维码
|
// 报名二维码
|
||||||
singUpQRCode: '',
|
singUpQRCode: '',
|
||||||
url: {
|
url: {
|
||||||
info: '/drafting/payDraftingGroup/queryById'
|
info: '/drafting/payDraftingGroup/applyQueryById'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ export default {
|
|||||||
currentDraftTempInfo: {},
|
currentDraftTempInfo: {},
|
||||||
url: {
|
url: {
|
||||||
add: '/drafting/payDraftingGroupSubitem/addByQRCode',
|
add: '/drafting/payDraftingGroupSubitem/addByQRCode',
|
||||||
info: '/drafting/payDraftingGroup/queryById'
|
info: '/drafting/payDraftingGroup/applyQueryById'
|
||||||
},
|
},
|
||||||
// 默认的联系人数据
|
// 默认的联系人数据
|
||||||
defaultPayWorkingGroupSubItemContact: {
|
defaultPayWorkingGroupSubItemContact: {
|
||||||
|
|||||||
Reference in New Issue
Block a user