testRes
This commit is contained in:
parent
60ee938092
commit
b56d09e53f
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue