Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
8b4f0776
Commit
8b4f0776
authored
May 19, 2021
by
salitedfish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加token参数
parent
7d0d5e61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
SignIn.vue
src/entry/czt/views/SignIn.vue
+3
-3
No files found.
src/entry/czt/views/SignIn.vue
View file @
8b4f0776
...
...
@@ -3,18 +3,18 @@
</
template
>
<
script
lang=
"ts"
>
// let UrlPrefixObj = require("@/config/UrlPrefix");
import
{
GO_URLS
}
from
"@/config/URLS"
;
import
{
GO_URLS
}
from
"@/config/URLS"
;
import
{
Component
,
Vue
}
from
"vue-property-decorator"
;
@
Component
({
components
:
{},
})
export
default
class
signIn
extends
Vue
{
public
async
created
()
{
const
id
=
this
.
$route
.
query
.
userId
?
this
.
$route
.
query
.
userId
:
'133124'
;
const
id
=
this
.
$route
.
query
.
userId
?
this
.
$route
.
query
.
userId
:
"133124"
;
const
res
=
await
this
.
$ajax
({
type
:
"post"
,
url
:
GO_URLS
.
token
,
params
:
{
id
},
params
:
{
id
,
token
:
window
.
parent
.
localStorage
.
getItem
(
"ZCY_TOKEN"
)
},
});
if
(
res
)
{
...
...
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