Commit 3117b94e authored by wcmoon's avatar wcmoon

fix: 修改文件验真地址;修改存证原因输入框字号;修改登录从 url 获取 userId

parent 6fd68335
......@@ -167,7 +167,7 @@ const configModules = {
},
// 财政厅项目
"czt_test": {
CHAIN_BROWSER_URL_PREFIX: 'http://120.26.174.69:8997/',
CHAIN_BROWSER_URL_PREFIX: 'http://120.26.174.69:8998/',
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:8997/',
CHAIN_BROWSER_URL_PREFIX: 'http://120.26.174.69:8998/',
INERFACE_URL_PREFIX: 'http://124.71.144.118:46789',
INDEX: {
entry: './src/entry/czt/main.ts',
......
......@@ -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',
......
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment