diff --git a/frontend/public/fonts/element-icons.ttf b/frontend/public/fonts/element-icons.ttf new file mode 100644 index 0000000000..91b74de367 Binary files /dev/null and b/frontend/public/fonts/element-icons.ttf differ diff --git a/frontend/public/fonts/element-icons.woff b/frontend/public/fonts/element-icons.woff new file mode 100644 index 0000000000..02b9a2539e Binary files /dev/null and b/frontend/public/fonts/element-icons.woff differ diff --git a/frontend/src/components/AsyncComponent/index.vue b/frontend/src/components/AsyncComponent/index.vue index 114f3c9862..28e60641ed 100644 --- a/frontend/src/components/AsyncComponent/index.vue +++ b/frontend/src/components/AsyncComponent/index.vue @@ -45,8 +45,13 @@ export default { } else { res = await window.SyncComponentCache[this.url] } + const Fn = Function this.mode = new Fn(`return ${res.data || res}`)() + /* if (res && res.data) { + const Fn = Function + this.mode = new Fn(`return ${res.data || res}`)() + } */ } } }, diff --git a/frontend/src/views/link/generate/index.vue b/frontend/src/views/link/generate/index.vue index 5535777648..fd521e1a29 100644 --- a/frontend/src/views/link/generate/index.vue +++ b/frontend/src/views/link/generate/index.vue @@ -127,7 +127,7 @@ export default { /* pwd && (this.form.pwd = decrypt(pwd)) */ /* overTime && (this.form.overTime = overTime) */ overTime && (this.$set(this.form, 'overTime', overTime)) - this.requestShort() + // this.requestShort() }) }, diff --git a/frontend/src/views/system/user/form.vue b/frontend/src/views/system/user/form.vue index 096608a604..d1659d0e73 100644 --- a/frontend/src/views/system/user/form.vue +++ b/frontend/src/views/system/user/form.vue @@ -1,6 +1,6 @@