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
2937a90a
Commit
2937a90a
authored
Aug 06, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复易政秀接口
parent
db6ea52c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
portal-manager-ui/admin/.env
portal-manager-ui/admin/.env
+1
-1
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
View file @
2937a90a
# 易政秀
# 易政秀
VUE_APP_API_ES_URL=http://
8.136.255.30
VUE_APP_API_ES_URL=http://
www.ezxiu.cn
# 系统名称
# 系统名称
VUE_APP_systemName = 智慧大厅集成化综合管理平台
VUE_APP_systemName = 智慧大厅集成化综合管理平台
\ No newline at end of file
portal-manager-ui/admin/src/api/customer.js
View file @
2937a90a
import
http
from
"
../request/http
"
;
import
http
from
"
../request/http
"
;
let
baseURL
=
"
http://8.136.255.30
"
let
baseURL
=
process
.
env
.
VUE_APP_API_ES_URL
;
let
proURL
=
process
.
env
.
VUE_APP_API_BASE_URL
;
let
proURL
=
process
.
env
.
VUE_APP_API_BASE_URL
;
// 查询客户管理列表
// 查询客户管理列表
...
@@ -15,4 +15,4 @@ export function windowList(params) {
...
@@ -15,4 +15,4 @@ export function windowList(params) {
// 图片作品
// 图片作品
export
function
picInfoList
(
params
)
{
export
function
picInfoList
(
params
)
{
return
http
.
post
(
`
${
baseURL
}
/eas/customer/work/design/picture/list`
,
params
);
return
http
.
post
(
`
${
baseURL
}
/eas/customer/work/design/picture/list`
,
params
);
}
}
\ No newline at end of file
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