This commit is contained in:
xielue 2025-05-28 11:52:38 +08:00
parent 60ee938092
commit b56d09e53f
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<script>
import api from './api.js'
//import testRes from './components/baozuo-demo/test'
import testRes from './components/baozuo-demo/testbak'
const queryParams = new URLSearchParams(window.location.search);
const dataTypeParam = queryParams.get('q');
export default {
@ -32,6 +32,7 @@ export default {
if (this.dataType == '3') {
this.init();
} else {
window.htd_bidata = testRes;
if (this.dataType == '4') {
this.currentComponent = 'datav2';
} else if (this.dataType == '5') {