mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-28 06:40:33 +08:00
将API设置URL从/api改为/settings/api
This commit is contained in:
5
web/views/@default/settings/api/node/updateAddrPopup.js
Normal file
5
web/views/@default/settings/api/node/updateAddrPopup.js
Normal file
@@ -0,0 +1,5 @@
|
||||
Tea.context(function () {
|
||||
let addr = window.parent.UPDATING_ADDR
|
||||
this.protocol = addr.protocol
|
||||
this.addr = addr.host.quoteIP() + ":" + addr.portRange
|
||||
})
|
||||
Reference in New Issue
Block a user