Commit 9b8bafd5 by zhaochengxiang

放开资产自定义

parent c0aa01ba
...@@ -8,7 +8,7 @@ const resourceTypes = [ ...@@ -8,7 +8,7 @@ const resourceTypes = [
// { key: 'innerSource', name: '内部资源' }, // { key: 'innerSource', name: '内部资源' },
// { key: 'outerSource', name: '外部资源' }, // { key: 'outerSource', name: '外部资源' },
{ key: 'dataAsset', name: '资产' }, { key: 'dataAsset', name: '资产' },
// { key: 'custom', name: '自定义' }, { key: 'custom', name: '自定义' },
] ]
const UpdateDirectoryModal = (props) => { const UpdateDirectoryModal = (props) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment