后台插件市场列表设置 token 添加 获取 Token 按钮
This commit is contained in:
parent
3e6d1db82a
commit
874cf8f84b
|
|
@ -88,10 +88,13 @@
|
|||
placeholder="{{ __('admin/marketing.set_token') }}"
|
||||
v-model="setTokenDialog.token">
|
||||
</el-input>
|
||||
<span slot="footer" class="dialog-footer">
|
||||
<el-button @click="setTokenDialog.show = false">{{ __('common.cancel') }}</el-button>
|
||||
<el-button type="primary" @click="submitToken">{{ __('common.confirm') }}</el-button>
|
||||
</span>
|
||||
<div class="d-flex justify-content-between align-items-center mt-5">
|
||||
<a href="https://beikeshop.com/account/websites" class="link-primary" target="_blank">{{ __('admin/marketing.get_token') }}</a>
|
||||
<span slot="footer" class="dialog-footer">
|
||||
<el-button @click="setTokenDialog.show = false">{{ __('common.cancel') }}</el-button>
|
||||
<el-button type="primary" @click="submitToken">{{ __('common.confirm') }}</el-button>
|
||||
</span>
|
||||
</div>
|
||||
</el-dialog>
|
||||
</div>
|
||||
@endsection
|
||||
|
|
|
|||
Loading…
Reference in New Issue