Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
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
Tracing
source-trace-manage-go
Commits
fb21e417
Commit
fb21e417
authored
Feb 26, 2021
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hd域名更新以及无用代码删除
parent
f602a31b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
UrlPrefix.js
src/config/UrlPrefix.js
+1
-1
Home.vue
src/entry/sy/views/Home.vue
+1
-2
No files found.
src/config/UrlPrefix.js
View file @
fb21e417
...
@@ -78,7 +78,7 @@ const configModules = {
...
@@ -78,7 +78,7 @@ const configModules = {
// hd>正式环境
// hd>正式环境
"hd_prod"
:
{
"hd_prod"
:
{
CHAIN_BROWSER_URL_PREFIX
:
'https://cx.honordecent.com/'
,
CHAIN_BROWSER_URL_PREFIX
:
'https://cx.honordecent.com/'
,
INERFACE_URL_PREFIX
:
'https://sy.honordecent.com/api'
,
INERFACE_URL_PREFIX
:
'https://sy.honordecent
coin
.com/api'
,
INDEX
:
{
INDEX
:
{
entry
:
'./src/entry/hd/main.ts'
,
entry
:
'./src/entry/hd/main.ts'
,
template
:
'./public/hd/index.html'
,
template
:
'./public/hd/index.html'
,
...
...
src/entry/sy/views/Home.vue
View file @
fb21e417
...
@@ -227,9 +227,8 @@
...
@@ -227,9 +227,8 @@
</
template
>
</
template
>
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
{
Component
,
Vue
}
from
"vue-property-decorator"
;
import
{
Vue
}
from
"vue-property-decorator"
;
let
UrlPrefixObj
=
require
(
"@/config/UrlPrefix"
);
let
UrlPrefixObj
=
require
(
"@/config/UrlPrefix"
);
@
Component
({})
export
default
class
Home
extends
Vue
{
export
default
class
Home
extends
Vue
{
public
featuresContent
=
[
public
featuresContent
=
[
{
text
:
`产品资料隐私性`
},
{
text
:
`产品资料隐私性`
},
...
...
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