autoUpdataFile

dev_local_v9_bw
eduauto 1 year ago
parent 1a8d51697a
commit f20a520a48

@ -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',

@ -26,7 +26,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.d3242135.js"></script>
<script src="/react/build/umi.e2fe0394.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save