UNPKG

create-sunadmin

Version:

sunadmin-template脚手架工具

11 lines (9 loc) 294 B
export const apiConfig = { baseURL: "http://192.168.0.200:20000", //api接口地址 timeout: 10000, headers: { "Content-Type": "application/json", }, wsUrl: "ws://192.168.0.200:20000/sunadmin/ws/sunadmin", }; export const basePath = "/sunadmin"; // 设置你的项目部署在子路径