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
272e41ba
Commit
272e41ba
authored
Apr 24, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改数据首页数据请求地址
parent
a10ba1dd
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 @
272e41ba
...
...
@@ -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_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_STATISTICS_SERVER_URL=http://ex-dev-dcxy-statistics-manage.168cad.top
.env.dev
View file @
272e41ba
...
...
@@ -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_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_STATISTICS_SERVER_URL=http://ex-dev-dcxy-statistics-manage.168cad.top
.env.test
View file @
272e41ba
...
...
@@ -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_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_STATISTICS_SERVER_URL
=
http
://
ex
-
test
-
dcxy
-
statistics
-
manage
.
168
cad
.
top
src/api/dashboard/dashboard.js
View file @
272e41ba
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
=>
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