mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: axios proxy问题修复
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
<template>
|
||||
<div class="pi-editable" :class="{ disabled, 'hover-show': hoverShow }">
|
||||
<div v-if="isEdit" class="input">
|
||||
<a-input
|
||||
ref="inputRef"
|
||||
v-model:value="valueRef"
|
||||
:validate-status="modelValue ? '' : 'error'"
|
||||
v-bind="input"
|
||||
@keyup.enter="save()"
|
||||
@blur="save()"
|
||||
>
|
||||
<a-input ref="inputRef" v-model:value="valueRef" :validate-status="modelValue ? '' : 'error'" v-bind="input" @keyup.enter="save()" @blur="save()">
|
||||
<template #suffix>
|
||||
<fs-icon icon="ant-design:check-outlined" @click="save()"></fs-icon>
|
||||
</template>
|
||||
@@ -81,6 +74,7 @@ export default {
|
||||
|
||||
<style lang="less">
|
||||
.pi-editable {
|
||||
flex: 1;
|
||||
line-height: 34px;
|
||||
|
||||
span.fs-iconify {
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
"cache-manager": "^3.6.3",
|
||||
"dayjs": "^1.11.7",
|
||||
"glob": "^7.2.3",
|
||||
"https-proxy-agent": "^7.0.4",
|
||||
"js-yaml": "^4.1.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"koa-send": "^5.0.1",
|
||||
|
||||
Reference in New Issue
Block a user