Browse Source

20241202

java8
qiezi 1 year ago
parent
commit
16e336c006
  1. 8
      src/views/common/home.vue

8
src/views/common/home.vue

@ -4,7 +4,7 @@
<!-- <ul>-->
<!-- <li><h3>欢迎:{{userName}}!!!</h3></li>-->
<!-- </ul>-->
<iframe frameborder="0" style="width: 100%;height: 100%" src="http://172.26.68.17:9191/bi/show?uid=3e113446-ae07-11ef-bc58-3868dd5b136a">
<iframe frameborder="0" style="width: 100%;height: 100%" :src="url">
</iframe>
</div>
@ -15,6 +15,12 @@
export default {
data(){
return {
// url:"http://192.168.1.83:9191/chart/reportShow?uid=3c800188-b04b-11ef-abf0-000c2947c1cd",
url:"http://172.26.68.17:9191/bi/show?uid=3e113446-ae07-11ef-bc58-3868dd5b136a",
}
},
methods: {
languageRefresh(){
console.log("欢迎使用 旭捷管理系统!!!")

Loading…
Cancel
Save