feat: 手机端充值页面适配

This commit is contained in:
xiongxiaoyang
2023-05-14 06:58:42 +08:00
parent 18f5fbf508
commit eb982b51f7
2 changed files with 221 additions and 0 deletions

View File

@ -123,6 +123,15 @@ public class PageController extends BaseController {
return ThreadLocalUtil.getTemplateDir() + "user/favorites";
}
/**
* 充值页
*/
@RequestMapping("pay/index.html")
public String pay() {
return ThreadLocalUtil.getTemplateDir() + "pay/index.html";
}
/**
* 作品页
*/