新增扫描二维码功能以及h5复制链接app中打开连接功能删除无用的node包

This commit is contained in:
lemon橪
2021-05-18 16:29:34 +08:00
parent 49eb30f265
commit 8fe64bd3c6
1615 changed files with 226 additions and 58539 deletions

View File

@@ -9,7 +9,7 @@
</template>
<script>
import { modelnavigateTo } from "./tpl";
import { modelNavigateTo } from "./tpl";
export default {
title: "导航栏",
props: ["res"],
@@ -27,7 +27,7 @@ export default {
},
methods: {
clickSwiper(index) {
modelnavigateTo(this.res.list[index]);
modelNavigateTo(this.res.list[index]);
},
},
};