去除非必要软件

This commit is contained in:
18796357645 2025-06-07 22:47:12 +08:00
parent b82c5e8f00
commit 459bfbcf48
3 changed files with 2 additions and 1307 deletions

View File

@ -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);

File diff suppressed because it is too large Load Diff

View File

@ -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"