diff --git a/11882.6209d7d6.async.js b/11882.276da75d.async.js
similarity index 99%
rename from 11882.6209d7d6.async.js
rename to 11882.276da75d.async.js
index 75ba011288..2e23c1465b 100644
--- a/11882.6209d7d6.async.js
+++ b/11882.276da75d.async.js
@@ -737,7 +737,7 @@ var ServicePreview = function ServicePreview(_ref) {
setValue('');
var item = {
port: '',
- proxyUrl: '- -',
+ proxyUrl: '',
add: true
};
setData([item].concat(toConsumableArray_default()(data)));
@@ -762,7 +762,11 @@ var ServicePreview = function ServicePreview(_ref) {
}
}, {
title: '外部访问',
- dataIndex: 'proxyUrl'
+ dataIndex: 'proxyUrl',
+ render: function render(v) {
+ var _v$split;
+ return (v === null || v === void 0 || (_v$split = v.split('//')) === null || _v$split === void 0 ? void 0 : _v$split[1]) || '- -';
+ }
}, {
title: '操作',
dataIndex: 'action',
diff --git a/index.html b/index.html
index fde993e6ec..2bf2603f9b 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
display: block !important;
}
-
+