Commit 57767ea1 by zhaochengxiang

内外部资源写反

parent 01445b74
...@@ -5,8 +5,8 @@ import { dispatch } from '../../../../model'; ...@@ -5,8 +5,8 @@ import { dispatch } from '../../../../model';
import { showMessage } from '../../../../util'; import { showMessage } from '../../../../util';
const resourceTypes = [ const resourceTypes = [
{ key: 'innerSource', name: '部资源' }, { key: 'innerSource', name: '部资源' },
{ key: 'outerSource', name: '部资源' }, { key: 'outerSource', name: '部资源' },
{ key: 'dataAsset', name: '资产' }, { key: 'dataAsset', name: '资产' },
] ]
......
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