嵌入租赁商城

This commit is contained in:
syruan 2025-10-13 18:28:18 +08:00
parent 8e9cb36ff3
commit 6ca7001cd9
2 changed files with 7 additions and 1 deletions

View File

@ -40,7 +40,7 @@ $base-sub-menu-background:#000c17;
$base-sub-menu-hover:#001528;
*/
$base-sidebar-width: 210px;
$base-sidebar-width: 230px;
// the :export directive is the magic sauce for webpack
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass

View File

@ -0,0 +1,6 @@
<template>
<iframe
src="http://localhost:8102/iws/mall-view/equipList"
style="width:100%; height:100vh; border:none;"
></iframe>
</template>