Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-people
Project
Project
Details
Activity
Releases
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
binhai-jiaoguan
binhai-people
Commits
850f302d
Commit
850f302d
authored
Nov 24, 2023
by
mzx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
外链修改
parent
b9257acd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1 deletion
+10
-1
.env.development
.env.development
+3
-0
.env.production
.env.production
+3
-0
.env.test
.env.test
+3
-0
header.vue
src/layout/components/header.vue
+1
-1
No files found.
.env.development
View file @
850f302d
...
...
@@ -11,3 +11,6 @@ VUE_APP_BAIDU_TRAFFIC_API=/baidu-traffic-api
# 资源访问前缀
VUE_APP_RESOURCE_PREFIX=https://3x616p6090.picp.vip
# 企业端外链地址
VUE_APP_OUTSIDE_CHAIN = 'http://10.10.10.105:9003'
.env.production
View file @
850f302d
...
...
@@ -18,3 +18,6 @@ VUE_APP_BAIDU_TRAFFIC_API=/baidu-traffic-api
# 资源访问前缀
VUE_APP_RESOURCE_PREFIX = https://3x616p6090.picp.vip
# 企业端外链地址
VUE_APP_OUTSIDE_CHAIN = 'http://10.10.10.105:9003'
.env.test
View file @
850f302d
...
...
@@ -17,3 +17,6 @@ VUE_APP_BAIDU_TRAFFIC_API=/baidu-traffic-api
# 资源访问前缀
VUE_APP_RESOURCE_PREFIX
=
https
://
3
x616p6090
.
picp
.
vip
# 企业端外链地址
VUE_APP_OUTSIDE_CHAIN
=
'http://10.10.10.105:9003'
src/layout/components/header.vue
View file @
850f302d
...
...
@@ -41,7 +41,7 @@ import { headerWeather } from '@/api/baidu'
export
default
{
data
()
{
return
{
href
:
'http://49.232.167.247:22002/'
,
href
:
process
.
env
.
VUE_APP_OUTSIDE_CHAIN
,
logo
:
logo
,
weatherCondition
:
[{
text_day
:
''
}],
weatherNow
:
''
...
...
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