Merge branch 'release-test' of http://117.78.60.236:8000/csbr-daop/fe-data-asset…
…-management into release-test
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -884,7 +884,7 @@ const matchEnValue = ref({ | ... | @@ -884,7 +884,7 @@ const matchEnValue = ref({ |
| 884 | <div class="data-label"> | 884 | <div class="data-label"> |
| 885 | <div class="container_wrap full flex"> | 885 | <div class="container_wrap full flex"> |
| 886 | <div class="aside_wrap"> | 886 | <div class="aside_wrap"> |
| 887 | <div class="aside_title">分类分级目录</div> | 887 | <div class="aside_title">分类分级模板</div> |
| 888 | <Tree :treeInfo="treeInfo" @nodeClick="nodeClick" @itemMenuClick="handleTreeItemMenuClick" /> | 888 | <Tree :treeInfo="treeInfo" @nodeClick="nodeClick" @itemMenuClick="handleTreeItemMenuClick" /> |
| 889 | </div> | 889 | </div> |
| 890 | <div class="main_wrap"> | 890 | <div class="main_wrap"> | ... | ... |
| ... | @@ -26,8 +26,8 @@ function encrypt(txt) { | ... | @@ -26,8 +26,8 @@ function encrypt(txt) { |
| 26 | } | 26 | } |
| 27 | const userStore = useUserStore() | 27 | const userStore = useUserStore() |
| 28 | const userInfoData = JSON.parse(localStorage.userData) | 28 | const userInfoData = JSON.parse(localStorage.userData) |
| 29 | const url: any = 'https://scm-operation-test.csbr.cn/Login?fUrl=portraitMap&tUrl=portraitBMap'; | 29 | const url: any = 'https://scm-operation-test.csbr.cn/portraitBMap?fUrl=portraitMap&tUrl=portraitBMap'; |
| 30 | // const url: any = 'http://localhost:8086/Login?fUrl=portraitMap&tUrl=portraitBMap'; | 30 | // const url: any = 'http://localhost:8086/portraitBMap?fUrl=portraitMap&tUrl=portraitBMap'; |
| 31 | 31 | ||
| 32 | const link = ref('') | 32 | const link = ref('') |
| 33 | const loading = ref(true); | 33 | const loading = ref(true); | ... | ... |
-
Please register or sign in to post a comment