• This project
    • Loading...
  • Sign in

tjsw / sydxjk · Files

Go to a project
11818 11818 11818 qq%e5%9b%be%e7%89%87 08 03 14 04 40

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • sydxjk
  • ruoyi-ui
  • src
  • views
  • work
  • index.vue
  • init project
    227a963d
    by zhangdajun
    2024-12-30 14:16:03 +0800  
    Browse Files
index.vue 373 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<template>
  <div >
    <iframe id="index" :src=src  ref="iframe"   class="layadmin-iframe"></iframe>
  </div>
</template>

<script>
import { getToken ,Workflow} from "@/utils/auth";

export default {
  name: "index",
  data(){
    return{
      src:"http://"+Workflow+"/itsm/index.html#/index"+"?access_token="+getToken(),
    }
  }

}
</script>

<style scoped>

</style>