Commit 36662d4c by GuoRuqiang

update App.js

parent c358d8db
...@@ -20,7 +20,7 @@ import Redemption from './pages/Redemption'; ...@@ -20,7 +20,7 @@ import Redemption from './pages/Redemption';
import TopUp from './pages/TopUp'; import TopUp from './pages/TopUp';
import Log from './pages/Log'; import Log from './pages/Log';
import Chat from './pages/Chat'; import Chat from './pages/Chat';
import Chat2Link from './pages/Chat2Link'; //新增 import Chat2Link from './pages/Chat2Link';
import { Layout } from '@douyinfe/semi-ui'; import { Layout } from '@douyinfe/semi-ui';
import Midjourney from './pages/Midjourney'; import Midjourney from './pages/Midjourney';
import Pricing from './pages/Pricing/index.js'; import Pricing from './pages/Pricing/index.js';
...@@ -256,7 +256,7 @@ function App() { ...@@ -256,7 +256,7 @@ function App() {
</Suspense> </Suspense>
} }
/> />
{/* 方便使用外链... */} {/* 方便使用chat2link直接跳转聊天... */}
<Route <Route
path='/chat2link' path='/chat2link'
element={ element={
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment