start iframe

This commit is contained in:
hufeixiong
2021-07-17 22:15:30 +08:00
parent 4808062d79
commit f1a3d98bcb
17 changed files with 825 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
* @Author: yehuozhili
* @Date: 2021-07-07 11:11:52
* @LastEditors: yehuozhili
* @LastEditTime: 2021-07-12 13:58:33
* @LastEditTime: 2021-07-17 10:15:46
* @FilePath: \dooringx\packages\dooringx-example\.umirc.ts
*/
import { defineConfig } from 'umi';
@@ -26,6 +26,8 @@ export default defineConfig({
component: '@/layouts/index',
routes: [
{ path: '/', component: '@/pages/index' },
{ path: '/iframeTest', component: '@/pages/iframeTest' },
{ path: '/container', component: '@/pages/container' },
{ path: '/preview', component: '@/pages/preview' },
{ path: '/iframe', component: '@/pages/iframe' },
],