mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 01:10:29 +08:00
实现缓存策略的部分功能
This commit is contained in:
6
web/views/@default/api/node/updateAddrPopup.js
Normal file
6
web/views/@default/api/node/updateAddrPopup.js
Normal file
@@ -0,0 +1,6 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifyPopup
|
||||
let addr = window.parent.UPDATING_ADDR
|
||||
this.protocol = addr.protocol
|
||||
this.addr = addr.host + ":" + addr.portRange
|
||||
})
|
||||
Reference in New Issue
Block a user