Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitebcb8f4

Browse files
committed
Remove the support of route and its dependencies.
1 parent6b005b1 commitebcb8f4

File tree

7 files changed

+0
-971
lines changed

7 files changed

+0
-971
lines changed

‎viewer/packages/lowcoder/src/app.tsx‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
DATASOURCE_CREATE_URL,
1111
DATASOURCE_EDIT_URL,
1212
DATASOURCE_URL,
13-
SUPPORT_URL,
1413
FOLDER_URL,
1514
FOLDERS_URL,
1615
IMPORT_APP_FROM_TEMPLATE_URL,
@@ -317,7 +316,6 @@ class AppIndex extends React.Component<AppIndexProps, any> {
317316
DATASOURCE_CREATE_URL,
318317
DATASOURCE_EDIT_URL,
319318
DATASOURCE_URL,
320-
SUPPORT_URL,
321319
QUERY_LIBRARY_URL,
322320
FOLDERS_URL,
323321
FOLDER_URL,

‎viewer/packages/lowcoder/src/constants/routesURL.ts‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const USER_AUTH_URL = "/user/auth";
88
exportconstORG_HOME_URL="/org/home";
99
exportconstCOMPONENT_DOC_URL="/components";
1010
exportconstSETTING_URL="/setting";
11-
exportconstSUPPORT_URL="/support";
1211
exportconstPERMISSION_SETTING="/setting/permission";
1312
exportconstORGANIZATION_SETTING="/setting/organization";
1413
exportconstSUBSCRIPTION_SETTING="/setting/subscription";
@@ -27,8 +26,6 @@ export const SUBSCRIPTION_ERROR = `${SUBSCRIPTION_SETTING}/error`;
2726
exportconstSUBSCRIPTION_DETAIL=`${SUBSCRIPTION_SETTING}/details/:subscriptionId/:productId`;
2827
exportconstSUBSCRIPTION_INFO=`${SUBSCRIPTION_SETTING}/info/:productId`;
2928

30-
exportconstSUPPORT_DETAIL=`${SUPPORT_URL}/details/:ticketId`;
31-
3229
exportconstALL_APPLICATIONS_URL="/apps";
3330
exportconstADMIN_APP_URL="/ee/:applicationId/:viewMode";
3431
exportconstAPPLICATION_MARKETPLACE_URL=`https://app.lowcoder.cloud/apps`;
@@ -109,4 +106,3 @@ export const buildOrgId = (orgId: string) => `${ORGANIZATION_SETTING}/${orgId}`;
109106
exportconstbuildSubscriptionSettingsLink=(subscriptionId:string,productId :string)=>`${SUBSCRIPTION_SETTING}/details/${subscriptionId}/${productId}`;
110107
exportconstbuildSubscriptionInfoLink=(productId:string)=>`${SUBSCRIPTION_SETTING}/info/${productId}`;
111108

112-
exportconstbuildSupportTicketLink=(ticketId:string)=>`${SUPPORT_URL}/details/${ticketId}`;

‎viewer/packages/lowcoder/src/pages/ApplicationV2/index.tsx‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
// MODULE_APPLICATIONS_URL,
99
QUERY_LIBRARY_URL,
1010
SETTING_URL,
11-
SUPPORT_URL,
1211
TRASH_URL,
1312
ORG_HOME_URL,
1413
}from"constants/routesURL";
@@ -59,7 +58,6 @@ import { fetchFolderElements, updateFolder } from "../../redux/reduxActions/fold
5958
import{trans}from"../../i18n";
6059
import{foldersSelector}from"../../redux/selectors/folderSelector";
6160
importSettingfrom"pages/setting";
62-
import{Support}from"pages/support";
6361
// import { TypographyText } from "../../components/TypographyText";
6462
// import { messageInstance } from "lowcoder-design/src/components/GlobalInstances";
6563
import{isEE}from"util/envUtils";

‎viewer/packages/lowcoder/src/pages/support/index.tsx‎

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp