web端产品库 vite版本

This commit is contained in:
aixianling
2022-04-27 18:18:57 +08:00
parent ee93320cad
commit 4f0178c627
172 changed files with 4520 additions and 16858 deletions

View File

@@ -60,7 +60,7 @@
</section>
</template>
<script>
<script lang="jsx">
import {mapState} from 'vuex'
import DeviceSlider from "../components/deviceSlider"
import LocateDialog from "../components/locateDialog"
@@ -227,7 +227,7 @@
if (node.isLeaf) {
return (
<div class="flexRow">
{index > 0 ?
{index > 0 ?
<span>{ index }</span>
: ''
}