mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
perf: 优化证书申请成功率
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<a-input v-model:value="testFormState.receiver" />
|
||||
</a-form-item>
|
||||
<a-form-item :wrapper-col="{ offset: 8, span: 16 }">
|
||||
<a-button type="primary" html-type="submit">测试</a-button>
|
||||
<a-button type="primary" :loading="testFormState.loading" html-type="submit">测试</a-button>
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
</div>
|
||||
|
||||
@@ -6,3 +6,6 @@ typeorm:
|
||||
default:
|
||||
logging: false
|
||||
|
||||
|
||||
plus:
|
||||
serverBaseUrl: 'https://api.ai.handsfree.work/'
|
||||
|
||||
@@ -88,6 +88,9 @@ const development = {
|
||||
system: {
|
||||
resetAdminPasswd: false,
|
||||
},
|
||||
plus: {
|
||||
serverBaseUrl: 'http://127.0.0.1:11007',
|
||||
},
|
||||
} as MidwayConfig;
|
||||
mergeConfig(development, 'development');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user