Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: c端路由改造 #293

Closed
wants to merge 1 commit into from
Closed

feat: c端路由改造 #293

wants to merge 1 commit into from

Conversation

skique
Copy link
Collaborator

@skique skique commented Jun 14, 2024

改动内容

  1. 新增router表
  2. main引入router
  3. app.vue中异步组件改为
  4. 异步组件切换改为路由跳转,commit('setRouter', 'errorPage'),改为router.push({ name: 'errorPage'})形式
  5. 新增一个公共页面:renderPage,
  6. 统一errorpage页面的dom结构样式和successPage保持一致
  7. 兼容预览的改动

@skique skique closed this Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant