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