Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
c9ad8ab7
Commit
c9ad8ab7
authored
2 years ago
by
彭松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置
parent
2557e1b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
portal-manager-ui/admin/.env.development
portal-manager-ui/admin/.env.development
+0
-3
portal-manager-ui/admin/.env.production
portal-manager-ui/admin/.env.production
+2
-0
portal-manager-ui/admin/src/api/customer.js
portal-manager-ui/admin/src/api/customer.js
+2
-2
No files found.
portal-manager-ui/admin/.env.development
View file @
c9ad8ab7
...
@@ -8,6 +8,3 @@ VUE_APP_API_PHP_URL=http://8.136.255.30:8090
...
@@ -8,6 +8,3 @@ VUE_APP_API_PHP_URL=http://8.136.255.30:8090
#宜宾
#宜宾
#VUE_APP_API_BASE_URL=http://10.12.185.213:11072
#VUE_APP_API_BASE_URL=http://10.12.185.213:11072
#正式
VUE_APP_API_PRP_RUL=http://112.19.80.237:11007
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/.env.production
View file @
c9ad8ab7
...
@@ -6,3 +6,5 @@ VUE_APP_API_BASE_URL=/basics_api
...
@@ -6,3 +6,5 @@ VUE_APP_API_BASE_URL=/basics_api
VUE_APP_API_PHP_URL=/zwfw_api
VUE_APP_API_PHP_URL=/zwfw_api
#图片显示拼接
#图片显示拼接
VUE_APP_API_IMG_URL =
VUE_APP_API_IMG_URL =
VUE_APP_API_PRP_RUL=http://112.19.80.237:11007
\ No newline at end of file
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/api/customer.js
View file @
c9ad8ab7
import
http
from
"
../request/http
"
;
import
http
from
"
../request/http
"
;
let
baseURL
=
"
http://8.136.255.30
"
let
baseURL
=
"
http://8.136.255.30
"
let
proURL
=
process
.
env
.
VUE_APP_API_
PRP_RU
L
;
let
proURL
=
process
.
env
.
VUE_APP_API_
BASE_UR
L
;
// 查询客户管理列表
// 查询客户管理列表
export
function
getCustomer
(
params
)
{
export
function
getCustomer
(
params
)
{
...
@@ -9,5 +9,5 @@ export function getCustomer(params) {
...
@@ -9,5 +9,5 @@ export function getCustomer(params) {
// 窗口列表
// 窗口列表
export
function
windowList
(
params
)
{
export
function
windowList
(
params
)
{
return
http
.
post
(
`
${
proURL
}
/bas
ics_api/bas
e/window/list`
,
params
);
return
http
.
post
(
`
${
proURL
}
/base/window/list`
,
params
);
}
}
This diff is collapsed.
Click to expand it.
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