去除非必要软件
This commit is contained in:
parent
b82c5e8f00
commit
459bfbcf48
@ -44,7 +44,7 @@ public class AuthorizationInterceptor implements HandlerInterceptor {
|
|||||||
}
|
}
|
||||||
//token为空
|
//token为空
|
||||||
if (StrUtil.isBlank(token)) {
|
if (StrUtil.isBlank(token)) {
|
||||||
throw new RenException("登录失效~");
|
throw new RenException(401,"登录失效~");
|
||||||
}
|
}
|
||||||
//查询token信息
|
//查询token信息
|
||||||
TokenEntity tokenEntity = tokenService.getByToken(token);
|
TokenEntity tokenEntity = tokenService.getByToken(token);
|
||||||
|
1305
ui/README.md
1305
ui/README.md
File diff suppressed because it is too large
Load Diff
@ -55,7 +55,7 @@
|
|||||||
v-model="state.buyForm.totalAmount" />
|
v-model="state.buyForm.totalAmount" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item prop="addressId" label="选择收货地址" >
|
<el-form-item prop="addressId" label="选择收货地址" >
|
||||||
<el-select v-model="state.buyForm.addressId" placeholder="Select" style="width: 240px">
|
<el-select v-model="state.buyForm.addressId" placeholder="请选择地址" style="width: 240px">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in state.cateList"
|
v-for="item in state.cateList"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
|
Loading…
Reference in New Issue
Block a user