diff --git a/public/images/apply/3.png b/public/images/apply/3.png index 5be403ee..ccdb0174 100644 Binary files a/public/images/apply/3.png and b/public/images/apply/3.png differ diff --git a/public/images/apply/4.png b/public/images/apply/4.png index 2c730f08..d90c7cfd 100644 Binary files a/public/images/apply/4.png and b/public/images/apply/4.png differ diff --git a/public/images/apply/6.png b/public/images/apply/6.png new file mode 100644 index 00000000..e4ca75df Binary files /dev/null and b/public/images/apply/6.png differ diff --git a/src/views/account/Center/bind/index.vue b/src/views/account/Center/bind/index.vue index 62c3e87c..dc2583b4 100644 --- a/src/views/account/Center/bind/index.vue +++ b/src/views/account/Center/bind/index.vue @@ -131,8 +131,10 @@ import { message } from 'ant-design-vue' import { applicationInfo, bindAccount } from '@/api/bind' import { code, authLogin, userDetail } from '@/api/login' +import { useSystem } from '@/store/system' -const useForm = Form.useForm +const useForm = Form.useForm; +const systemStore = useSystem(); interface formData { username: string; @@ -290,9 +292,12 @@ const goRedirect = () => { } } -getAppInfo() -getCode() -getDetail() +onMounted(() => { + getAppInfo() + getCode() + getDetail() + systemStore.getFront() +}) diff --git a/src/views/system/Apply/Save/components/Does.vue b/src/views/system/Apply/Save/components/Does.vue index 6bc6470e..1157bc89 100644 --- a/src/views/system/Apply/Save/components/Does.vue +++ b/src/views/system/Apply/Save/components/Does.vue @@ -164,7 +164,7 @@