Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
b8b5662c
Commit
b8b5662c
authored
Jun 29, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a3ef62d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
common.js
src/api/common/common.js
+2
-2
makeAd.vue
src/pages/activity/makeAd.vue
+1
-1
No files found.
src/api/common/common.js
View file @
b8b5662c
...
@@ -101,10 +101,10 @@ export function UploadViittoBlobFile(path, file, callback) {
...
@@ -101,10 +101,10 @@ export function UploadViittoBlobFile(path, file, callback) {
let
vtUploadUrl
=
"http://192.168.20.214:8120/upload/UploadBlob"
;
let
vtUploadUrl
=
"http://192.168.20.214:8120/upload/UploadBlob"
;
let
locationName
=
window
.
location
.
hostname
;
let
locationName
=
window
.
location
.
hostname
;
if
(
locationName
.
indexOf
(
'testerp.oytour'
)
!==
-
1
)
{
if
(
locationName
.
indexOf
(
'testerp.oytour'
)
!==
-
1
)
{
vtUploadUrl
=
"http://upload.oytour.com"
;
vtUploadUrl
=
"http://upload.oytour.com
/upload/UploadBlob
"
;
viewFileUrl
=
"https://imgfile.oytour.com"
;
viewFileUrl
=
"https://imgfile.oytour.com"
;
}
else
if
(
locationName
.
indexOf
(
'oytour'
)
!==
-
1
)
{
}
else
if
(
locationName
.
indexOf
(
'oytour'
)
!==
-
1
)
{
vtUploadUrl
=
"http://upload.oytour.com"
;
vtUploadUrl
=
"http://upload.oytour.com
/upload/UploadBlob
"
;
viewFileUrl
=
"https://imgfile.oytour.com"
;
viewFileUrl
=
"https://imgfile.oytour.com"
;
}
}
var
UploadConfig
=
{
var
UploadConfig
=
{
...
...
src/pages/activity/makeAd.vue
View file @
b8b5662c
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
<div
class=
"resorece max-resource"
@
click=
"tiggerMax"
v-if=
"isMax"
>
<div
class=
"resorece max-resource"
style=
"margin-left:100px"
@
click=
"tiggerMax"
v-if=
"isMax"
>
<img
:src=
"st"
/>
<img
:src=
"st"
/>
</div>
</div>
<div
class=
"property-box"
v-if=
'currentNode.type==1 && !isMax'
>
<div
class=
"property-box"
v-if=
'currentNode.type==1 && !isMax'
>
...
...
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