-
Notifications
You must be signed in to change notification settings - Fork 580
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
maguohua1
committed
Jul 16, 2021
1 parent
56553c8
commit 8770d1d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ export default function AppRoute () { | |
) | ||
} | ||
``` | ||
以上即完成了微前端的渲染。 | ||
以上即完成了微前端的渲染。 | ||
|
||
**注意**: 子应用的静态资源需要支持跨域访问。 | ||
|
||
|