refactor: deploy

This commit is contained in:
xiaojunnuo
2021-02-08 21:16:56 +08:00
parent ff8e02cceb
commit 12fec7939d
13 changed files with 534 additions and 1264 deletions
+1
View File
@@ -0,0 +1 @@
VUE_APP_API=/api
+217 -962
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -9,9 +9,8 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@certd/dns-providers": "^0.1.13",
"@certd/plugins": "^0.1.13",
"ant-design-vue": "^2.0.0",
"axios": "^0.21.1",
"core-js": "^3.8.1",
"lodash-es": "^4.17.20",
"vue": "^3.0.4",
@@ -160,10 +160,10 @@
<d-container>
<template #header>
<div><a-button @click="exportsToZip">导出可执行项目</a-button></div>
<br/>
<div> <a-button @click="exportsToJson">复制options.json</a-button></div>
<div><a-button @click="exportsToZip">导出可执行项目</a-button></div>
<br/>
<!-- <div> <a-button @click="exportsToJson">复制options.json</a-button></div>-->
<!-- <br/>-->
</template>
<pre class="json">{{options}}</pre>