change default api host
This commit is contained in:
parent
b9de6aa302
commit
26d898cf36
@ -1,5 +1,5 @@
|
||||
const { createApp } = Vue;
|
||||
const API_BASE = "http://localhost:3002";
|
||||
const API_BASE = "https://xwork.kingsome.cn";
|
||||
const TASK_INFO_URL = "/workflow/task";
|
||||
|
||||
const DEFAULT_CHAIN_DATA = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user