feat: 群代发改版
This commit is contained in:
3
src/pages/group-delegate-publish/index.config.ts
Normal file
3
src/pages/group-delegate-publish/index.config.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export default definePageConfig({
|
||||
navigationBarTitleText: '群代发',
|
||||
});
|
||||
0
src/pages/group-delegate-publish/index.less
Normal file
0
src/pages/group-delegate-publish/index.less
Normal file
12
src/pages/group-delegate-publish/index.tsx
Normal file
12
src/pages/group-delegate-publish/index.tsx
Normal file
@ -0,0 +1,12 @@
|
||||
import UserBatchPublish from '@/components/user-batch-publish';
|
||||
import './index.less';
|
||||
|
||||
const PREFIX = 'group-delegate-publish';
|
||||
|
||||
export default function Partner() {
|
||||
return (
|
||||
<div className={PREFIX}>
|
||||
<UserBatchPublish />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user