fix: 断点

This commit is contained in:
zhangds 2024-04-06 17:26:19 +08:00
parent af4114a55b
commit 3b6ba37c6f
1 changed files with 3 additions and 2 deletions

View File

@ -70,6 +70,7 @@
</div>
</body>
<script>
debugger
new Vue({
el: '#app',
data() {
@ -122,8 +123,8 @@
});
let self = this;
//获取链接携带的参数
let linkId = getQueryString('id');
// let linkId = "2253"
// let linkId = getQueryString('id');
let linkId = "2253"
let keyCode = getQueryString('key');
if (!linkId) {//地址栏无携带id