change default api host

This commit is contained in:
zhl 2023-04-19 15:06:19 +08:00
parent b9de6aa302
commit 26d898cf36

View File

@ -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 = {