diff --git a/src/utils/wx.js b/src/utils/wx.js index 79b891f..d0dd0db 100644 --- a/src/utils/wx.js +++ b/src/utils/wx.js @@ -17,3 +17,17 @@ export function getWxIndexUrl(query) { } return url; } + +// 获取合伙人外链 +export function getStaffUrl(query) { + let url = `https://kg.chuangtewl.com/h`; + if (query != null ) { + if (query instanceof Object) { + query = tansParams(query).slice(0, -1); + } + if (query.length > 0) { + url += `?${query}`; + } + } + return url; +} diff --git a/src/views/dashboard/component/TodoList.vue b/src/views/dashboard/component/TodoList.vue index d226557..9a84cad 100644 --- a/src/views/dashboard/component/TodoList.vue +++ b/src/views/dashboard/component/TodoList.vue @@ -14,6 +14,13 @@
+
+
风控审核
+
+ +
+
+
到期设备
@@ -41,9 +48,15 @@