2020-09-22 11:36:51 +08:00
|
|
|
{$layout}
|
|
|
|
|
{$template "/left_menu"}
|
|
|
|
|
|
|
|
|
|
<div class="right-box">
|
2021-06-19 21:35:38 +08:00
|
|
|
{$template "../location_menu"}
|
|
|
|
|
{$template "../left_menu"}
|
2020-09-22 11:36:51 +08:00
|
|
|
|
2021-06-19 21:35:38 +08:00
|
|
|
<div class="right-box tiny">
|
2022-08-30 11:22:54 +08:00
|
|
|
<form class="ui form" data-tea-action="$" data-tea-success="success" ref="authForm">
|
2021-06-19 21:35:38 +08:00
|
|
|
<input type="hidden" name="webId" :value="webId">
|
2022-08-30 12:08:42 +08:00
|
|
|
<http-auth-config-box :v-auth-config="authConfig" :v-is-location="true"
|
|
|
|
|
@change="changeMethods"></http-auth-config-box>
|
2021-06-19 21:35:38 +08:00
|
|
|
<submit-btn></submit-btn>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2020-09-22 11:36:51 +08:00
|
|
|
</div>
|