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

Commita05d0b4

Browse files
committed
remove main app
1 parent46bed57 commita05d0b4

30 files changed

+1
-4366
lines changed

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ const LazyUserAuthComp = React.lazy(() => import("pages/userAuth"));
5656
constLazyInviteLanding=React.lazy(()=>import("pages/common/inviteLanding"));
5757
constLazyComponentPlayground=React.lazy(()=>import("pages/ComponentPlayground"));
5858
constLazyAppEditor=React.lazy(()=>import("pages/editor/AppEditor"));
59-
constLazyAppFromTemplate=React.lazy(()=>import("pages/ApplicationV2/AppFromTemplate"));
60-
constLazyApplicationHome=React.lazy(()=>import("pages/ApplicationV2"));
6159
constLazyDebugComp=React.lazy(()=>import("./debug"));
6260
constLazyDebugNewComp=React.lazy(()=>import("./debugNew"));
6361

@@ -294,33 +292,11 @@ class AppIndex extends React.Component<AppIndexProps, any> {
294292
<SystemWarning/>
295293
<Routerhistory={history}>
296294
<Switch>
297-
<LazyRoute
298-
exact
299-
path={IMPORT_APP_FROM_TEMPLATE_URL}
300-
component={LazyAppFromTemplate}
301-
/>
302295
<LazyRoute
303296
fallback="layout"
304297
path={APP_EDITOR_URL}
305298
component={LazyAppEditor}
306299
/>
307-
<LazyRoute
308-
fallback="layout"
309-
path={[
310-
USER_PROFILE_URL,
311-
ORG_HOME_URL,
312-
ALL_APPLICATIONS_URL,
313-
DATASOURCE_CREATE_URL,
314-
DATASOURCE_EDIT_URL,
315-
DATASOURCE_URL,
316-
QUERY_LIBRARY_URL,
317-
FOLDERS_URL,
318-
FOLDER_URL,
319-
ADMIN_APP_URL
320-
]}
321-
// component={ApplicationListPage}
322-
component={LazyApplicationHome}
323-
/>
324300
<LazyRoutepath={USER_AUTH_URL}component={LazyUserAuthComp}/>
325301
<LazyRoute
326302
path={ORG_AUTH_LOGIN_URL}

‎viewer/packages/lowcoder/src/components/CreateAppButton.tsx‎

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

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp