带阿里标识的版本
This commit is contained in:
@@ -256,5 +256,17 @@
|
||||
<div class="margin"></div>
|
||||
</div>
|
||||
|
||||
<div class="margin"></div>
|
||||
<h4>HTTPDNS服务</h4>
|
||||
<table class="ui table definition selectable">
|
||||
<tr>
|
||||
<td class="title">开通HTTPDNS服务</td>
|
||||
<td><checkbox name="httpdnsIsOn" v-model="config.httpdnsIsOn"></checkbox>
|
||||
<p class="comment">选中表示自动为用户开通HTTPDNS服务。</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="margin"></div>
|
||||
|
||||
<submit-btn></submit-btn>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
@@ -7,7 +7,8 @@ Tea.context(function () {
|
||||
this.mobileVerificationMoreOptions = false
|
||||
this.mobileResetPasswordMoreOptions = false
|
||||
|
||||
this.featureOp = "overwrite"
|
||||
// 默认不影响已有用户功能,避免保存注册设置时误改用户功能绑定
|
||||
this.featureOp = "keep"
|
||||
this.featuresVisible = false
|
||||
|
||||
this.showFeatures = function () {
|
||||
@@ -27,4 +28,4 @@ Tea.context(function () {
|
||||
})
|
||||
return names.join(" / ")
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user