Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcxy-manage-shell
Project
Overview
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
姜雷
dcxy-manage-shell
Commits
e6b5f086
Commit
e6b5f086
authored
Apr 24, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into 'test'
修改数据首页数据请求地址 See merge request
!25
parents
d455a1ed
272e41ba
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
.env
.env
+1
-0
.env.dev
.env.dev
+1
-0
.env.test
.env.test
+1
-0
dashboard.js
src/api/dashboard/dashboard.js
+1
-1
No files found.
.env
View file @
e6b5f086
...
@@ -9,3 +9,4 @@ VUE_APP_SYSTEM_SERVER_URL=http://ex-dev-dcxy-system-manage.168cad.top
...
@@ -9,3 +9,4 @@ VUE_APP_SYSTEM_SERVER_URL=http://ex-dev-dcxy-system-manage.168cad.top
VUE_APP_CUSTOMER_SERVER_URL=http://ex-dev-customer-manage.168cad.top
VUE_APP_CUSTOMER_SERVER_URL=http://ex-dev-customer-manage.168cad.top
VUE_APP_BASE_SERVER_URL=http://ex-dev-dcxy-base-manage.168cad.top
VUE_APP_BASE_SERVER_URL=http://ex-dev-dcxy-base-manage.168cad.top
VUE_APP_BASE_SERVER_URL_APP=http://ex-dev-dcxy-base-app.168cad.top
VUE_APP_BASE_SERVER_URL_APP=http://ex-dev-dcxy-base-app.168cad.top
VUE_APP_STATISTICS_SERVER_URL=http://ex-dev-dcxy-statistics-manage.168cad.top
.env.dev
View file @
e6b5f086
...
@@ -4,3 +4,4 @@ VUE_APP_SYSTEM_SERVER_URL=http://ex-dev-dcxy-system-manage.168cad.top
...
@@ -4,3 +4,4 @@ VUE_APP_SYSTEM_SERVER_URL=http://ex-dev-dcxy-system-manage.168cad.top
VUE_APP_CUSTOMER_SERVER_URL=http://ex-dev-customer-manage.168cad.top
VUE_APP_CUSTOMER_SERVER_URL=http://ex-dev-customer-manage.168cad.top
VUE_APP_BASE_SERVER_URL=http://ex-dev-dcxy-base-manage.168cad.top
VUE_APP_BASE_SERVER_URL=http://ex-dev-dcxy-base-manage.168cad.top
VUE_APP_BASE_SERVER_URL_APP=http://ex-dev-dcxy-base-app.168cad.top
VUE_APP_BASE_SERVER_URL_APP=http://ex-dev-dcxy-base-app.168cad.top
VUE_APP_STATISTICS_SERVER_URL=http://ex-dev-dcxy-statistics-manage.168cad.top
.env.test
View file @
e6b5f086
...
@@ -3,3 +3,4 @@ VUE_APP_SYSTEM_SERVER_URL=http://ex-test-dcxy-system-manage.168cad.top
...
@@ -3,3 +3,4 @@ VUE_APP_SYSTEM_SERVER_URL=http://ex-test-dcxy-system-manage.168cad.top
VUE_APP_CUSTOMER_SERVER_URL
=
http
://
ex
-
test
-
customer
-
manage
.
168
cad
.
top
VUE_APP_CUSTOMER_SERVER_URL
=
http
://
ex
-
test
-
customer
-
manage
.
168
cad
.
top
VUE_APP_BASE_SERVER_URL
=
http
://
ex
-
test
-
dcxy
-
base
-
manage
.
168
cad
.
top
VUE_APP_BASE_SERVER_URL
=
http
://
ex
-
test
-
dcxy
-
base
-
manage
.
168
cad
.
top
VUE_APP_BASE_SERVER_URL_APP
=
http
://
ex
-
test
-
dcxy
-
base
-
app
.
168
cad
.
top
VUE_APP_BASE_SERVER_URL_APP
=
http
://
ex
-
test
-
dcxy
-
base
-
app
.
168
cad
.
top
VUE_APP_STATISTICS_SERVER_URL
=
http
://
ex
-
test
-
dcxy
-
statistics
-
manage
.
168
cad
.
top
src/api/dashboard/dashboard.js
View file @
e6b5f086
import
fetch
from
'../fetch'
;
import
fetch
from
'../fetch'
;
const
path
=
process
.
env
.
VUE_APP_
CUSTOMER
_SERVER_URL
;
const
path
=
process
.
env
.
VUE_APP_
STATISTICS
_SERVER_URL
;
export
const
fetchConsumeList
=
req
=>
export
const
fetchConsumeList
=
req
=>
fetch
({
fetch
({
...
...
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