We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当前mock场景下无法返回HTML格式的文件,返回的格式为text/plain。在某些业务场景下需要在特定path下返回某个页面,因此期望可以支持返回HTML格式的数据
mockHtml: - path: - "a" - "mock" html: |- <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>MFE 微前端应用: App1</title> </head> <body> <div class="container"> <h1>MFE 微前端应用: App1</h1> <script src="./js/a.js"></script> </div> </body> </html>
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
@Hazel0928 这个issue 是你这边有计划来完成吗?
Sorry, something went wrong.
是的,指给我就好
Hazel0928
No branches or pull requests
Why do you need it?
当前mock场景下无法返回HTML格式的文件,返回的格式为text/plain。在某些业务场景下需要在特定path下返回某个页面,因此期望可以支持返回HTML格式的数据
How could it be?
Other related information
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: