mirror of https://github.com/halo-dev/halo
Fixed OptionForm.vue.
parent
0734ae74e6
commit
4e2d4ea3a3
|
@ -27,7 +27,6 @@
|
||||||
size="small"
|
size="small"
|
||||||
:src="user.avatar"
|
:src="user.avatar"
|
||||||
/>
|
/>
|
||||||
{{ user.nickname }}
|
|
||||||
</span>
|
</span>
|
||||||
<a-menu
|
<a-menu
|
||||||
slot="overlay"
|
slot="overlay"
|
||||||
|
@ -90,7 +89,7 @@ export default {
|
||||||
|
|
||||||
this.$confirm({
|
this.$confirm({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
content: '真的要注销登录吗 ?',
|
content: '确定要注销登录吗 ?',
|
||||||
onOk() {
|
onOk() {
|
||||||
return that
|
return that
|
||||||
.logout({})
|
.logout({})
|
||||||
|
|
|
@ -437,11 +437,7 @@
|
||||||
label="发送协议:"
|
label="发送协议:"
|
||||||
:wrapper-col="wrapperCol"
|
:wrapper-col="wrapperCol"
|
||||||
>
|
>
|
||||||
<!-- <a-input v-model="options.email_protocol" /> -->
|
<a-input v-model="options.email_protocol" />
|
||||||
<a-select v-model="options.email_protocol">
|
|
||||||
<a-select-option value="">无</a-select-option>
|
|
||||||
<a-select-option value="SSL">SSL</a-select-option>
|
|
||||||
</a-select>
|
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item
|
<a-form-item
|
||||||
label="SSL 端口:"
|
label="SSL 端口:"
|
||||||
|
|
|
@ -70,10 +70,6 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
devServer: {
|
|
||||||
proxy: {}
|
|
||||||
},
|
|
||||||
|
|
||||||
lintOnSave: undefined,
|
lintOnSave: undefined,
|
||||||
// babel-loader no-ignore node_modules/*
|
// babel-loader no-ignore node_modules/*
|
||||||
transpileDependencies: [],
|
transpileDependencies: [],
|
||||||
|
|
Loading…
Reference in New Issue