Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
project
jinfa-admin
Commits
67d73d5a
Commit
67d73d5a
authored
Jan 17, 2022
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改copyright
parent
b6868fdb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
global.d.ts
src/global/config/global.d.ts
+1
-1
index.tsx
src/layouts/index.tsx
+1
-1
index.tsx
src/pages/user/login/index.tsx
+1
-1
No files found.
src/global/config/global.d.ts
View file @
67d73d5a
...
...
@@ -32,7 +32,7 @@ export interface SiteInfo {
name
:
string
;
logo
:
string
;
siteUrl
:
string
;
symbol
?:
any
;
symbol
:
string
;
}
export
interface
Global
{
...
...
src/layouts/index.tsx
View file @
67d73d5a
...
...
@@ -50,7 +50,7 @@ export const getSelectedMenuKeys = (
const
defaultFooterDom
=
(
<
DefaultFooter
links=
{
[]
}
copyright=
"
Copy Right©广州市数商云网络科技有限公司 粤ICP备13044797号-5
"
copyright=
"
全链数字化解决方案
"
/>
);
...
...
src/pages/user/login/index.tsx
View file @
67d73d5a
...
...
@@ -216,7 +216,7 @@ class Index extends Component<{}, IndexState> {
</
Row
>
</
Col
>
</
Row
>
<
footer
className=
"footer"
>
Copy Right©广州市数商云网络科技有限公司 粤ICP备13044797号-5
</
footer
>
<
footer
className=
"footer"
>
全链数字化解决方案
</
footer
>
</
div
>
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment