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: 外部页面 (#50) #58

Closed
wants to merge 7 commits into from

Conversation

wang01h2
Copy link
Contributor

@wang01h2 wang01h2 commented Apr 27, 2022

Description

What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Before submitting the PR, please make sure you do the following

  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).

Views

add inline page

Route

add inline route

close #50

@Hongbusi Hongbusi requested review from a team, RainyNight9, Hongbusi, alexzhang1030, architectMymine, chenfan0, jersonwei, jp-liu, kongcodes, likui628, xiuxiuyifan and zgsgs and removed request for a team April 27, 2022 07:35
@Hongbusi
Copy link
Member

在描述中关联一下对应的 issue,格式:close #issueId

@wang01h2
Copy link
Contributor Author

fix done

@alexzhang1030
Copy link
Collaborator

alexzhang1030 commented Apr 27, 2022

这个看看动态菜单合不合并,如果动态菜单没问题需要合并的话,你这里的 route 和菜单需要改一下🥺

@RainyNight9
Copy link
Member

对,这个先不要合并,如果动态菜单那个 合并完了,这个需要重新在更改一下

height: 100%;
}
}
</style>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使用 unocss

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

改好提交啦

path: 'inline',
name: 'inline',
component: () => import('~/views/page/inline/index.vue'),
props: true
}
]
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以新增一个 views/docs 目录来做文档页面,page 一开始的目的是存放错误页面,后续可能会改动。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

改好提交啦

@netlify
Copy link

netlify bot commented Apr 27, 2022

Deploy Preview for vue-hbs-admin ready!

Name Link
🔨 Latest commit 3551d17
🔍 Latest deploy log https://app.netlify.com/sites/vue-hbs-admin/deploys/626a47051afc8f0009b773d3
😎 Deploy Preview https://deploy-preview-58--vue-hbs-admin.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@Hongbusi
Copy link
Member

@alexzhang1030 需要你来 review 一下,看看导航需要怎么修改~

@alexzhang1030
Copy link
Collaborator

@alexzhang1030 需要你来 review 一下,看看导航需要怎么修改~

待会看一下

@alexzhang1030 alexzhang1030 mentioned this pull request Apr 28, 2022
6 tasks
@alexzhang1030
Copy link
Collaborator

@wang01h2 你这样不行,不是你的 pr 的代码直接粗暴同步对于 review 很不利,不如你就重开一个 pr?

Copy link
Member

@Hongbusi Hongbusi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 已经使用了 unplugin-auto-imports,不需要手动导入 api
  2. external 参数应该是不要的,用 isUrl 统一处理就好了;
  3. routes/modules/docs.ts 导入 icon 不需要折行;
  4. 冲突需要解决一下。

@wang01h2 wang01h2 closed this Apr 29, 2022
@wang01h2 wang01h2 deleted the feat_外部页面 branch April 29, 2022 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

外部页面
5 participants