Merge branch 'hcb' of SH-Arbitrate/Mediation-Frontend into dev
This commit was merged in pull request #121.
This commit is contained in:
@@ -39,6 +39,9 @@ export default {
|
|||||||
)
|
)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.config = res.data;
|
this.config = res.data;
|
||||||
|
this.config.editorConfig.callbackUrl = this.config.editorConfig.callbackUrl + "/" + id;
|
||||||
|
console.log(this.config,"OOOOOOOOOOOOOOOOOOOOOOOOOOO");
|
||||||
|
|
||||||
// this.config.callbackUrl = this.config.callbackUrl + `/${this.userId}`;
|
// this.config.callbackUrl = this.config.callbackUrl + `/${this.userId}`;
|
||||||
var docEditor = new DocsAPI.DocEditor("placeholder", this.config);
|
var docEditor = new DocsAPI.DocEditor("placeholder", this.config);
|
||||||
});
|
});
|
||||||
|
|||||||
+2
-2
@@ -11,8 +11,8 @@ const name = process.env.VUE_APP_TITLE || '调解系统' // 网页标题
|
|||||||
|
|
||||||
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
||||||
|
|
||||||
const API = 'http://121.40.189.20:7001' //生产
|
// const API = 'http://121.40.189.20:7001' //生产
|
||||||
// const API = 'http://121.40.189.20:6001' //测试
|
const API = 'http://121.40.189.20:6001' //测试
|
||||||
// const API = 'http://192.168.3.18:6001' //B
|
// const API = 'http://192.168.3.18:6001' //B
|
||||||
// const API = 'http://172.16.0.237:6001' //Q
|
// const API = 'http://172.16.0.237:6001' //Q
|
||||||
// const API = 'http://172.16.1.26:7001' //w
|
// const API = 'http://172.16.1.26:7001' //w
|
||||||
|
|||||||
Reference in New Issue
Block a user