Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
Project
Project
Details
Activity
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
张冬
web-site
Commits
6b375a02
Commit
6b375a02
authored
Nov 07, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
link
parent
d55899e9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
biddingdetails.vue
pages/index/notice/biddingdetails.vue
+2
-1
enquirydetails.vue
pages/index/notice/enquirydetails.vue
+2
-1
No files found.
pages/index/notice/biddingdetails.vue
View file @
6b375a02
...
...
@@ -75,7 +75,8 @@ export default {
}
else
{
let
token
=
Cookies
.
get
(
"token"
)
/* this.$router.push(`/supply/web_sell/Online_registration/Sign_up?id=${this.proId}`) */
window
.
open
(
`http://60.205.251.80:8082/#/supply/bid/signupOnline/SignUp?id=
${
this
.
proId
}
&token=
${
token
}
`
)
/* window.open(`http://60.205.251.80:8082/#/supply/bid/signupOnline/SignUp?id=${this.proId}&token=${token}`) */
window
.
open
(
`http://60.205.251.80:8082/#/supply/home?token=
${
token
}
`
)
}
},
...
...
pages/index/notice/enquirydetails.vue
View file @
6b375a02
...
...
@@ -209,7 +209,8 @@ export default {
let
number
=
Cookies
.
get
(
"isSupplier"
)
if
(
number
==
'2'
){
let
token
=
Cookies
.
get
(
"token"
)
window
.
open
(
`http://60.205.251.80:8082/#/supply/bid/signupOnline/seePrice?id=
${
this
.
PROid
}
&token=
${
token
}
`
)
/* window.open(`http://60.205.251.80:8082/#/supply/bid/signupOnline/seePrice?id=${this.PROid}&token=${token}`) */
window
.
open
(
`http://60.205.251.80:8082/#/supply/home?token=
${
token
}
`
)
}
}
},
...
...
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