嵌入租赁商城
This commit is contained in:
parent
8e9cb36ff3
commit
6ca7001cd9
|
|
@ -40,7 +40,7 @@ $base-sub-menu-background:#000c17;
|
||||||
$base-sub-menu-hover:#001528;
|
$base-sub-menu-hover:#001528;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$base-sidebar-width: 210px;
|
$base-sidebar-width: 230px;
|
||||||
|
|
||||||
// the :export directive is the magic sauce for webpack
|
// the :export directive is the magic sauce for webpack
|
||||||
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
|
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<template>
|
||||||
|
<iframe
|
||||||
|
src="http://localhost:8102/iws/mall-view/equipList"
|
||||||
|
style="width:100%; height:100vh; border:none;"
|
||||||
|
></iframe>
|
||||||
|
</template>
|
||||||
Loading…
Reference in New Issue