diff --git a/back/src/views/modules/myAgent/demo/Application-resources.vue b/back/src/views/modules/myAgent/demo/Application-resources.vue
new file mode 100644
index 00000000..bf310a87
--- /dev/null
+++ b/back/src/views/modules/myAgent/demo/Application-resources.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
+
diff --git a/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue
index 5681064c..9581bda4 100644
--- a/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue
+++ b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue
@@ -8,150 +8,9 @@
:label-width="$i18n.locale === 'en-US' ? '120px' : 'auto'"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ 22222
import processModule from '@/mixins/process-module'
+import Applicationresources from './Application-resources.vue'
export default {
// 注入公共方法
mixins: [processModule],
- components: {},
+ components: {
+ Applicationresources
+ },
props: {
// fromList: {
// // type: Array,
diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js
index b01757d1..763b690a 100644
--- a/front/public/static/config/location.js
+++ b/front/public/static/config/location.js
@@ -1,11 +1,11 @@
/*
* @Author: hisense.wuhongjian
* @Date: 2020-07-07 16:03:23
- * @LastEditors: hisense.wuhongjian
- * @LastEditTime: 2022-07-12 14:55:46
+ * @LastEditors: hisense.liangjunhua
+ * @LastEditTime: 2022-07-08 08:53:41
* @Description: 数据资源参数配置
*/
- const newLocation = 'qingdao'
+const newLocation = 'qingdao'
// const newLocation = 'baotou'
// const newLocation = 'xihaian'
@@ -163,7 +163,7 @@ else if (newLocation === 'xihaian') {
footerDataList.footerList = {
company: {
left: '青岛西海岸新区大数据发展促进局建设',
- right: 'v0.8.1.6',
+ right: 'v0.8.1.5',
},
address: [
{
diff --git a/front/src/api/personalCenter.js b/front/src/api/personalCenter.js
index 892ff59d..d9eb8e9b 100644
--- a/front/src/api/personalCenter.js
+++ b/front/src/api/personalCenter.js
@@ -7,6 +7,13 @@ export function getMyProcessInstancePage(params) {
params,
})
}
+export function getTabilityapplication(params) {
+ return request({
+ url: '/processForm/tabilityapplication/my_page',
+ method: 'get',
+ params,
+ })
+}
// 查询申购车列表
export function getSgcList(params) {
diff --git a/front/src/utils/accessToken.js b/front/src/utils/accessToken.js
index 4e813704..343f3587 100644
--- a/front/src/utils/accessToken.js
+++ b/front/src/utils/accessToken.js
@@ -2,7 +2,7 @@
* @Author: hisense.wuhongjian
* @Date: 2022-03-29 17:48:03
* @LastEditors: hisense.wuhongjian
- * @LastEditTime: 2022-07-09 16:47:54
+ * @LastEditTime: 2022-04-25 17:47:09
* @Description: 告诉大家这是什么
*/
import { storage, tokenTableName } from '@/config'
@@ -33,7 +33,7 @@ export function getAccessToken() {
* @author chuzhixin 1204505056@qq.com
* @description 存储accessToken
* @param accessToken
- * @returns {void|*}cs
+ * @returns {void|*}
*/
export function setAccessToken(accessToken) {
if (storage) {
@@ -64,7 +64,7 @@ export function removeAccessToken() {
} else if ('sessionStorage' === storage) {
return sessionStorage.clear()
} else if ('cookie' === storage) {
- return cookie.remove(tokenTableName)
+ // return cookie.remove(tokenTableName)
} else {
return localStorage.removeItem(tokenTableName)
}
diff --git a/front/src/views/capabilityCloud/index.vue b/front/src/views/capabilityCloud/index.vue
index fe23c698..b1c7d442 100644
--- a/front/src/views/capabilityCloud/index.vue
+++ b/front/src/views/capabilityCloud/index.vue
@@ -1,8 +1,8 @@
@@ -32,8 +32,7 @@
import { useRouter } from 'vue-router'
const router = useRouter()
const goHome = () => {
- // router.push('/home')
- window.location.replace('/#/home')
+ router.push('/home')
}