|
@@ -30,16 +30,15 @@
|
|
|
<div
|
|
|
class="react-right ml-4"
|
|
|
style="width: 3.25rem; text-align: left;background-color: #0f1325;"
|
|
|
- @click="changeDashboard(1)"
|
|
|
+ @click="openNewWindow"
|
|
|
>
|
|
|
<span class="react-before"></span>
|
|
|
<span class="text"></span>
|
|
|
</div>
|
|
|
- <div class="react-right ml-3" style="background-color: #0f1325;" @click="changeDashboard(2)">
|
|
|
+ <div class="react-right ml-3" style="background-color: #0f1325;" @click="openNewWindow">
|
|
|
<span class="text colorBlue"></span>
|
|
|
</div>
|
|
|
<div class="react-right ml-3" style="background-color: #0f1325;" @click="openNewWindow">
|
|
|
- <span class="text colorBlue"></span>
|
|
|
</div>
|
|
|
<!--<div style="margin-top: -30px">
|
|
|
<iframe src="./index" frameborder="0" width="100%" height="700px"></iframe>
|