mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: 访问限制
This commit is contained in:
parent
dd97e5ce1b
commit
062f44b1fc
|
|
@ -17,7 +17,9 @@
|
|||
<el-form-item>
|
||||
<el-input
|
||||
v-model="form.white_list"
|
||||
placeholder="请输入允许嵌入第三方的源地址,一行一个,如:http://127.0.0.1:5678 或 https://dataease.io"
|
||||
placeholder="请输入允许嵌入第三方的源地址,一行一个,如:
|
||||
http://127.0.0.1:5678
|
||||
https://dataease.io"
|
||||
:rows="10"
|
||||
type="textarea"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue