|
@@ -18,11 +18,11 @@ export default defineComponent({
|
|
const { store } = resource;
|
|
const { store } = resource;
|
|
|
|
|
|
const showModal = (type: string) => {
|
|
const showModal = (type: string) => {
|
|
- // resource.showModal(<MaterialTemplateModal type={type} />, {
|
|
|
|
- // title: `${type === "image" ? "图片" : "视频"}模板中心`,
|
|
|
|
- // width: "1000px",
|
|
|
|
- // });
|
|
|
|
- queenApi.messageSuccess("努力开发中,尽请期待!")
|
|
|
|
|
|
+ resource.showModal(<MaterialTemplateModal type={type} />, {
|
|
|
|
+ title: `${type === "image" ? "图片" : "视频"}模板中心`,
|
|
|
|
+ width: "1000px",
|
|
|
|
+ });
|
|
|
|
+ // queenApi.messageSuccess("努力开发中,尽请期待!")
|
|
};
|
|
};
|
|
|
|
|
|
return () => {
|
|
return () => {
|