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
3117b94e
Commit
3117b94e
authored
Apr 08, 2021
by
wcmoon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改文件验真地址;修改存证原因输入框字号;修改登录从 url 获取 userId
parent
6fd68335
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
UrlPrefix.js
src/config/UrlPrefix.js
+2
-2
SignIn.vue
src/entry/czt/views/SignIn.vue
+1
-2
editTemplate.vue
src/entry/czt/views/template/editTemplate.vue
+1
-0
No files found.
src/config/UrlPrefix.js
View file @
3117b94e
...
...
@@ -167,7 +167,7 @@ const configModules = {
},
// 财政厅项目
"czt_test"
:
{
CHAIN_BROWSER_URL_PREFIX
:
'http://120.26.174.69:899
7
/'
,
CHAIN_BROWSER_URL_PREFIX
:
'http://120.26.174.69:899
8
/'
,
INERFACE_URL_PREFIX
:
'http://124.71.144.118:46789'
,
INDEX
:
{
entry
:
'./src/entry/czt/main.ts'
,
...
...
@@ -177,7 +177,7 @@ const configModules = {
},
// todo 待修改接口链接
"czt_prod"
:
{
CHAIN_BROWSER_URL_PREFIX
:
'http://120.26.174.69:899
7
/'
,
CHAIN_BROWSER_URL_PREFIX
:
'http://120.26.174.69:899
8
/'
,
INERFACE_URL_PREFIX
:
'http://124.71.144.118:46789'
,
INDEX
:
{
entry
:
'./src/entry/czt/main.ts'
,
...
...
src/entry/czt/views/SignIn.vue
View file @
3117b94e
...
...
@@ -9,8 +9,7 @@ import {Component, Vue} from "vue-property-decorator";
})
export
default
class
signIn
extends
Vue
{
public
async
created
()
{
const
id
=
'123124'
;
// todo 从对方 iframe 拿数据
// todo 接口待适配
const
id
=
this
.
$route
.
query
.
userId
;
const
res
=
await
this
.
$ajax
({
type
:
"post"
,
url
:
'http://124.71.144.118:46789/api/user/demo/token'
,
...
...
src/entry/czt/views/template/editTemplate.vue
View file @
3117b94e
...
...
@@ -1518,6 +1518,7 @@ export default class editTemplate extends Vue {
border: 1px solid #c4c4c4;
border-radius: 4px;
text-indent: 25px;
font-size: 14px;
font-weight: 300;
outline: none;
}
...
...
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