www:新增问题反馈功能;dashboard:适配问题反馈功能,可以在后台系统和用户沟通

This commit is contained in:
eafonyang
2026-08-20 16:42:01 +08:00
parent 5ae979f7e1
commit 3702ad4163
31 changed files with 1956 additions and 11 deletions
+4
View File
@@ -65,6 +65,8 @@ declare module "@elegant-router/types" {
"www_product_detail": "/www/product/detail";
"www_product_list": "/www/product/list";
"www_product_series": "/www/product/series";
"customer-service": "/www/support";
"www_support_feedbacks": "/www/support/feedbacks";
};
/**
@@ -109,6 +111,7 @@ declare module "@elegant-router/types" {
| "toolbox"
| "upgrade"
| "www"
| "customer-service"
>;
/**
@@ -161,6 +164,7 @@ declare module "@elegant-router/types" {
| "www_product_detail"
| "www_product_list"
| "www_product_series"
| "www_support_feedbacks"
>;
/**