diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js index c68d3d51..41743dfe 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-07-07 20:22:03 + * @LastEditTime: 2022-07-08 08:53:41 * @Description: 数据资源参数配置 */ const newLocation = 'qingdao' diff --git a/front/src/store/modules/user.js b/front/src/store/modules/user.js index 9679476e..1be71031 100644 --- a/front/src/store/modules/user.js +++ b/front/src/store/modules/user.js @@ -125,7 +125,10 @@ const actions = { commit('setUsername', data.data.username) commit('setRole', data.data.roleIdList.length) commit('setUserId', data.data.id) - resolve() + setTimeout(()=>{ + resolve() + },500) + }) }) }, diff --git a/front/src/vab/plugins/permissions.js b/front/src/vab/plugins/permissions.js index ac6117bc..a8f46286 100644 --- a/front/src/vab/plugins/permissions.js +++ b/front/src/vab/plugins/permissions.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-04-01 17:23:11 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-07-07 18:15:38 + * @LastEditTime: 2022-07-07 19:58:32 * @Description: 告诉大家这是什么 */ /** @@ -49,7 +49,7 @@ router.beforeEach(async (to, from, next) => { next() } else { store.dispatch('user/getUserInfo').then((res)=>{ - debugger + console.log('马到成功!') next() }) // if (recordRoute) diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue index 06303258..24869e6f 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue @@ -18,11 +18,15 @@

- - {{ componentType || props.dataList.type }} + + {{ props.dataList.type }} + + + {{ props.dataList.shareType }} + + + {{ props.dataList.shareCondition }} - {{ props.dataList.shareType }} - {{ props.dataList.shareCondition }}

diff --git a/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue b/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue index 135cff66..81ad5792 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue @@ -2,17 +2,34 @@ diff --git a/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue b/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue index b63bb510..6a5816ae 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue @@ -18,9 +18,15 @@

- {{ props.dataList.type }} - {{ props.dataList.shareType }} - {{ props.dataList.shareCondition }} + + {{ props.dataList.type }} + + + {{ props.dataList.shareType }} + + + {{ props.dataList.shareCondition }} +

diff --git a/front/src/views/detailsAll/components/Business/BusinessTopDetails.vue b/front/src/views/detailsAll/components/Business/BusinessTopDetails.vue index 6a919c09..ca179210 100644 --- a/front/src/views/detailsAll/components/Business/BusinessTopDetails.vue +++ b/front/src/views/detailsAll/components/Business/BusinessTopDetails.vue @@ -18,11 +18,15 @@

- - {{ componentType || props.dataList.type }} + + {{ props.dataList.type }} + + + {{ props.dataList.shareType }} + + + {{ props.dataList.shareCondition }} - {{ props.dataList.shareType }} - {{ props.dataList.shareCondition }}

@@ -59,215 +63,216 @@ diff --git a/front/src/views/detailsAll/components/Developer/DeveloperTopDetails.vue b/front/src/views/detailsAll/components/Developer/DeveloperTopDetails.vue index 0655035e..fd75008e 100644 --- a/front/src/views/detailsAll/components/Developer/DeveloperTopDetails.vue +++ b/front/src/views/detailsAll/components/Developer/DeveloperTopDetails.vue @@ -18,11 +18,15 @@

- - {{ componentType || props.dataList.type }} + + {{ props.dataList.type }} + + + {{ props.dataList.shareType }} + + + {{ props.dataList.shareCondition }} - {{ props.dataList.shareType }} - {{ props.dataList.shareCondition }}

diff --git a/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue b/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue index 04c67bc2..336bc5ff 100644 --- a/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue +++ b/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue @@ -18,11 +18,15 @@

- - {{ componentType || props.dataList.type }} + + {{ props.dataList.type }} + + + {{ props.dataList.shareType }} + + + {{ props.dataList.shareCondition }} - {{ props.dataList.shareType }} - {{ props.dataList.shareCondition }}

diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index b88cabc5..e860c9c8 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -5,13 +5,11 @@
{{ item.title }} - - 清空 - +