Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
X
xyw_asset_console
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • DaiJiezhang
  • xyw_asset_console
  • Merge Requests
  • !4

Merged
Opened Aug 04, 2026 by DaiJiezhang@Jeddy 
  • Report abuse
Report abuse

集成认证、刷新重定向与本地 CORS 修复

变更内容

  • 新增登录认证、账号角色与页面权限
  • 修复刷新时认证重定向闪屏
  • 登录页兼容浏览器密码自动填充
  • 支持本地 5175 集成前端访问后端,避免 CORS 403
  • 设备、手机号、企微接口接入服务端权限校验

验证

  • 后端测试:43/43 通过
  • 前端生产构建通过
  • 已手工验证:5173、5175 登录;登录后刷新;退出后刷新

注意

  • 包含 system_user 数据库迁移脚本,但本次不会自动执行迁移
  • 正式发布前需将本地 CORS 端口白名单按开发/生产环境拆分
  • 不合并旧历史 OpenSpec 文档
Edited Aug 04, 2026 by DaiJiezhang
×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b codex/integrate-authentication-to-master origin/codex/integrate-authentication-to-master

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff codex/integrate-authentication-to-master

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 0
  • Commits 7
  • Changes 61
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • DaiJiezhang @Jeddy

    unmarked as a Work In Progress

    Aug 04, 2026

    unmarked as a Work In Progress

    unmarked as a **Work In Progress**
    Toggle commit list
  • DaiJiezhang @Jeddy

    merged

    Aug 04, 2026

    merged

    merged
    Toggle commit list
  • DaiJiezhang @Jeddy

    mentioned in commit 1625ba48

    Aug 04, 2026

    mentioned in commit 1625ba48

    mentioned in commit 1625ba482cc4073a7d60632d176175b68e16cfe2
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
Reference: Jeddy/xyw_asset_console!4
×

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.