|
@@ -3,6 +3,7 @@ import { baseApi } from "@/config";
|
|
|
export const API_CONFIG = {
|
|
|
// baseUrl: "http://10.3.16.166:7003/api/pbl/localPost", // 基础 API URL
|
|
|
baseUrl: `${baseApi}onlinePost`, // 基础 API URL
|
|
|
+ weixinUrl: `https://pbl.cocorobo.cn/api/weixin/`, // 基础 API URL
|
|
|
////////////// 以下是账号列表的数据接口
|
|
|
// 账户启用的接口
|
|
|
ajaxstart: {
|