Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
md-vue-chc
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
何鹏程
md-vue-chc
Commits
566ae5af
Commit
566ae5af
authored
Jul 08, 2021
by
何鹏程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
875fd219
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
4 deletions
+13
-4
index.js
config/index.js
+2
-2
index.html
index.html
+1
-1
emergencyCarDialog.vue
src/page/emergencyCar/components/emergencyCarDialog.vue
+4
-0
index.vue
src/page/emergencyCar/index.vue
+1
-1
saveDialog.vue
src/page/expert/components/saveDialog.vue
+1
-0
saveDialog.vue
src/page/greenWay/components/saveDialog.vue
+1
-0
saveDialog.vue
src/page/medical/components/saveDialog.vue
+1
-0
saveDialog.vue
src/page/rescue/components/saveDialog.vue
+1
-0
siteDialog.vue
src/page/sitePage/components/siteDialog.vue
+1
-0
No files found.
config/index.js
View file @
566ae5af
...
...
@@ -6,8 +6,8 @@ module.exports = {
assetsPublicPath
:
'/'
,
proxyTable
:
{
'/api'
:
{
//
target: 'http://172.16.15.117:8084/', // 开发环境地址
target
:
'http://172.16.15.100:801'
,
target
:
'http://172.16.15.117:8084/'
,
// 开发环境地址
//
target: 'http://172.16.15.100:801',
// target: 'http://122.51.94.140/teamwork', // 测试环境
changeOrigin
:
true
,
pathRewrite
:
{
...
...
index.html
View file @
566ae5af
...
...
@@ -12,7 +12,7 @@
<!-- 引入阿里云oss-sdk -->
<!-- <script src="https://gosspublic.alicdn.com/aliyun-oss-sdk-4.4.4.min.js"></script> -->
<!-- 引入百度DuGIS -->
<
script
src=
"http://40.1.2.251:8219/bmapgl/"
></script
>
<
!-- <script src="http://40.1.2.251:8219/bmapgl/"></script> --
>
</head>
<body>
...
...
src/page/emergencyCar/components/emergencyCarDialog.vue
View file @
566ae5af
...
...
@@ -26,6 +26,7 @@
class=
"avatar-uploader"
:action=
"uploadUrl"
:show-file-list=
"false"
:headers=
"
{ token: token }"
accept="image/jpg, image/jpeg, image/png"
:on-success="handleAvatarSuccess"
:before-upload="beforeAvatarUpload"
...
...
@@ -282,6 +283,7 @@
<el-button
type=
"primary"
size=
"small"
:disabled=
"formDisabled"
@
click=
"submitForm()"
>
确 定
</el-button>
</span>
...
...
@@ -290,6 +292,7 @@
<
script
>
import
{
getDic
}
from
'../../../util/dict'
import
{
Auth
}
from
'@/util/auth'
import
{
saveOrUpdateEmergencyCar
,
queryTeamEmergencyCarInfo
}
from
'@/api/emergencyCar'
export
default
{
name
:
'emergencyCarDialog'
,
...
...
@@ -327,6 +330,7 @@ export default {
loading
:
false
,
uploadUrl
:
(
process
.
env
.
NODE_ENV
===
'production'
?
process
.
env
.
BASE_API
:
''
)
+
'/api/team/car/uploadEmergencyImage'
,
formDisabled
:
false
,
token
:
Auth
.
getLoginInfo
(),
dataForm
:
{
vehicleUsingUnit
:
''
,
area
:
''
,
...
...
src/page/emergencyCar/index.vue
View file @
566ae5af
...
...
@@ -100,7 +100,7 @@
label=
"操作"
align=
"left"
width=
"auto"
min-width=
"2
0
0px"
min-width=
"2
3
0px"
>
<template
slot-scope=
"scope"
>
<el-link
...
...
src/page/expert/components/saveDialog.vue
View file @
566ae5af
...
...
@@ -96,6 +96,7 @@
<el-button
type=
"primary"
size=
"small"
:disabled=
"formDisabled"
@
click=
"submitForm()"
>
确 定
</el-button>
</span>
...
...
src/page/greenWay/components/saveDialog.vue
View file @
566ae5af
...
...
@@ -136,6 +136,7 @@
<el-button
type=
"primary"
size=
"small"
:disabled=
"formDisabled"
@
click=
"submitForm()"
>
确 定
</el-button>
</span>
...
...
src/page/medical/components/saveDialog.vue
View file @
566ae5af
...
...
@@ -87,6 +87,7 @@
<el-button
type=
"primary"
size=
"small"
:disabled=
"formDisabled"
@
click=
"submitForm()"
>
确 定
</el-button>
</span>
...
...
src/page/rescue/components/saveDialog.vue
View file @
566ae5af
...
...
@@ -106,6 +106,7 @@
<el-button
type=
"primary"
size=
"small"
:disabled=
"formDisabled"
@
click=
"submitForm()"
>
确 定
</el-button>
</span>
...
...
src/page/sitePage/components/siteDialog.vue
View file @
566ae5af
...
...
@@ -106,6 +106,7 @@
<el-button
type=
"primary"
size=
"small"
:disabled=
"formDisabled"
@
click=
"submitForm()"
>
确 定
</el-button>
</span>
...
...
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