refactor: separate meta api for admin or not
This commit is contained in:
parent
725b78349a
commit
d0a346ed8a
14 changed files with 413 additions and 196 deletions
|
|
@ -84,7 +84,7 @@ export default defineComponent({
|
|||
|
||||
methods: {
|
||||
async init() {
|
||||
const meta = await os.api('meta', { detail: true });
|
||||
const meta = await os.api('admin/meta');
|
||||
this.enableHcaptcha = meta.enableHcaptcha;
|
||||
this.hcaptchaSiteKey = meta.hcaptchaSiteKey;
|
||||
this.hcaptchaSecretKey = meta.hcaptchaSecretKey;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue