Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
64db3e8d
Commit
64db3e8d
authored
Mar 11, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部分
parent
8e406f63
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
12 deletions
+10
-12
TravelConfig.vue
...TravelManager/TravelBasic/BasicComponent/TravelConfig.vue
+2
-3
TravelFeature.vue
...ravelManager/TravelBasic/BasicComponent/TravelFeature.vue
+2
-3
TravelConfig.vue
...ponents/TravelManager/TravelGroupControl/TravelConfig.vue
+2
-2
TravelFeature.vue
...onents/TravelManager/TravelGroupControl/TravelFeature.vue
+2
-2
TravelPrice.vue
...mponents/TravelManager/TravelGroupControl/TravelPrice.vue
+2
-2
No files found.
src/components/TravelManager/TravelBasic/BasicComponent/TravelConfig.vue
View file @
64db3e8d
...
...
@@ -188,11 +188,10 @@ export default {
let
fileName
=
file
.
file
.
name
;
let
that
=
this
;
let
path
=
"/Upload/DMC/"
;
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
var
str
=
x
.
res
.
requestUrls
[
0
];
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
that
.
PostConfig
.
fileList
[
this
.
updateChoseIndex
].
Url
=
this
.
$commonUtils
.
GetALiFileUrl
(
str
)
;
].
Url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
that
.
PostConfig
.
fileList
[
this
.
updateChoseIndex
].
Name
=
fileName
;
});
},
...
...
src/components/TravelManager/TravelBasic/BasicComponent/TravelFeature.vue
View file @
64db3e8d
...
...
@@ -196,11 +196,10 @@ export default {
let
that
=
this
;
let
path
=
"/Upload/DMC/"
;
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
var
str
=
x
.
res
.
requestUrls
[
0
];
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
that
.
FeatureData
.
fileList
[
this
.
updateChoseIndex
].
Url
=
this
.
$commonUtils
.
GetALiFileUrl
(
str
)
;
].
Url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
that
.
FeatureData
.
fileList
[
this
.
updateChoseIndex
].
Name
=
fileName
;
});
},
...
...
src/components/TravelManager/TravelGroupControl/TravelConfig.vue
View file @
64db3e8d
...
...
@@ -212,11 +212,11 @@ export default {
let
fileName
=
file
.
file
.
name
;
let
that
=
this
;
let
path
=
"/Upload/DMC/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
str
=
x
.
res
.
requestUrls
[
0
];
that
.
PostConfig
.
fileList
[
this
.
updateChoseIndex
].
Url
=
this
.
$commonUtils
.
GetALiFileUrl
(
str
)
;
].
Url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
that
.
PostConfig
.
fileList
[
this
.
updateChoseIndex
].
Name
=
fileName
;
});
},
...
...
src/components/TravelManager/TravelGroupControl/TravelFeature.vue
View file @
64db3e8d
...
...
@@ -435,11 +435,11 @@ export default {
let
that
=
this
;
let
path
=
"/Upload/DMC/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
str
=
x
.
res
.
requestUrls
[
0
];
that
.
FeatureData
.
fileList
[
this
.
updateChoseIndex
].
Url
=
this
.
$commonUtils
.
GetALiFileUrl
(
str
)
;
].
Url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
that
.
FeatureData
.
fileList
[
this
.
updateChoseIndex
].
Name
=
fileName
;
});
},
...
...
src/components/TravelManager/TravelGroupControl/TravelPrice.vue
View file @
64db3e8d
...
...
@@ -1127,8 +1127,8 @@ export default {
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/DMC/"
;
this
.
$message
.
info
(
"上传中..."
);
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
priceData
.
AdImage
=
this
.
domainManager
().
AliUrl
+
x
.
name
;
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
priceData
.
AdImage
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
});
},
//删除图片
...
...
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