Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
source-trace-manage
Commits
e573c70b
Commit
e573c70b
authored
Jun 23, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 森田系列指定区块链浏览器地址
parent
97ea7091
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
5 deletions
+14
-5
.env.styh
.env.styh
+3
-2
.env.styz
.env.styz
+3
-2
mutations.ts
src/store/mutations.ts
+8
-1
No files found.
.env.styh
View file @
e573c70b
...
...
@@ -3,4 +3,5 @@ VITE_menuTopIconSrc=/images/common/styh-logo.jpg
VITE_menuTopIconWidth=100px
VITE_hiddeRecharge=1
VITE_hideHome=1
VITE_simpleAvatarClickMenu=1
\ No newline at end of file
VITE_simpleAvatarClickMenu=1
VITE_CHAIN_URL=http://110.40.151.110:9012
\ No newline at end of file
.env.styz
View file @
e573c70b
...
...
@@ -3,4 +3,5 @@ VITE_menuTopIconSrc=/images/common/styz-logo.jpg
VITE_menuTopIconWidth=100px
VITE_hiddeRecharge=1
VITE_hideHome=1
VITE_simpleAvatarClickMenu=1
\ No newline at end of file
VITE_simpleAvatarClickMenu=1
VITE_CHAIN_URL=http://121.4.77.148:9012
\ No newline at end of file
src/store/mutations.ts
View file @
e573c70b
...
...
@@ -59,5 +59,12 @@ export const setCurrentRoute = (currentRoute: any) => {
globalState
.
currentRoute
=
currentRoute
;
};
export
const
setUrlList
=
(
urlList
:
any
)
=>
{
globalState
.
urlList
=
urlList
;
if
(
import
.
meta
.
env
.
VITE_CHAIN_URL
)
{
globalState
.
urlList
=
{
...
urlList
,
chain_browser_url
:
import
.
meta
.
env
.
VITE_CHAIN_URL
,
};
}
else
{
globalState
.
urlList
=
urlList
;
}
};
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