testRes
This commit is contained in:
parent
60ee938092
commit
b56d09e53f
|
|
@ -8,7 +8,7 @@
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
import api from './api.js'
|
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 queryParams = new URLSearchParams(window.location.search);
|
||||||
const dataTypeParam = queryParams.get('q');
|
const dataTypeParam = queryParams.get('q');
|
||||||
export default {
|
export default {
|
||||||
|
|
@ -32,6 +32,7 @@ export default {
|
||||||
if (this.dataType == '3') {
|
if (this.dataType == '3') {
|
||||||
this.init();
|
this.init();
|
||||||
} else {
|
} else {
|
||||||
|
window.htd_bidata = testRes;
|
||||||
if (this.dataType == '4') {
|
if (this.dataType == '4') {
|
||||||
this.currentComponent = 'datav2';
|
this.currentComponent = 'datav2';
|
||||||
} else if (this.dataType == '5') {
|
} else if (this.dataType == '5') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue