v2board-user icon indicating copy to clipboard operation
v2board-user copied to clipboard

a v2board user frontend

Results 13 v2board-user issues
Sort by recently updated
recently updated
newest added

Access to fetch at 'https://原始网站.com/api/v1/user/server/getServerLogs' from origin 'https://分离网站.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs,...

打开分离后的后端,输入账号密码之后会登陆进去, 密码验证后加载控制面板 ![Pic](https://user-images.githubusercontent.com/30772344/94231047-d2034280-ff35-11ea-8e16-91d734431f9d.png) 但是当加载完后会自动退回后端登陆页面 这是检查后的报错 ![err](https://user-images.githubusercontent.com/30772344/94232690-252ac480-ff39-11ea-850e-94b34e7b536a.png) 主要是: VM330 umi.js:1 GET https://xxx.com/api/v1/user/comm/config 403 VM330 umi.js:1 GET https://xxx.com/api/v1/user/info 403 VM330 umi.js:1 GET https://xxx.com/api/v1/user/getSubscribe 403 VM330 umi.js:1 GET https://xxx.com/api/v1/user/getStat 403 VM330 umi.js:1 GET...

虽然说是前后端分离,但是我没有在文档看到有详细的API说明,提供的源码也是经过 Webpack 打包优化后的混淆 JS ,希望能像 SSPanel 一样给出详细的API。