Commit 8eebb46d by cmosquito

西索线上地址1

parent 2a6cf8de
......@@ -5,9 +5,10 @@ const prodEnv = require("./prod.env");
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
// BASE_API: '"http://192.168.10.111:8057"'
BASE_API: '"http://8.218.108.169:8057"'
// BASE_API: '"http://8.218.108.169:8057"'
// BASE_API: '"http://172.31.98.241:8057"'
// BASE_API: '"https://pandaxuequ.com.cn/xs/admin"' //本地系统服务器地址111
// BASE_API: '"https://admin-api.macrozheng.com"',
// BASE_API: '"http://test.csasedu.com:10032"' //系统服务器地址
BASE_API: '"http://xoa.csoschool.com/admin/api"'
});
......@@ -3,6 +3,7 @@ module.exports = {
NODE_ENV: '"production"',
// BASE_API: '"https://admin-api.macrozheng.com"'
// BASE_API: '"http://test.csasedu.com:10032"' //系统服务器地址
BASE_API: '"http://8.218.108.169:8057"'
// BASE_API: '"http://8.218.108.169:8057"'
// BASE_API: '"http://192.168.10.111:8057"'
BASE_API: '"http://xoa.csoschool.com/admin/api"'
};
......@@ -125,7 +125,7 @@ export function getChatRecordAll(data) {
}
export function getTodayTasks() {
//首页获取今日任务
//客服首页获取今日任务
return request({
url: "/customerCare/user/statistics/todayTask",
///customerCare/user/statistics/todayTask
......
......@@ -26,11 +26,12 @@ moment.locale("zh-cn");
// Vue.prototype.$UPLOAD_BASE_URL = "https://pandaxuequ.com.cn/xs/admin"; //图片上传的服务器地址
// Vue.prototype.$UPLOAD_BASE_URL = "http://8.218.108.169:8057"; //图片上传的服务器地址
Vue.prototype.$UPLOAD_BASE_URL = process.env.BASE_API; //图片上传的服务器地址
// Vue.prototype.$H5_BASE_URL = "http://192.168.10.108:8081/#/"; //H5服务器地址
// Vue.prototype.$H5_BASE_URL = "http://192.168.10.103:8080/#/"; //H5服务器地址(填自己本机启的服务地址)
// Vue.prototype.$UPLOAD_BASE_URL = "http://test.csasedu.com:10032"; //图片上传的服务器地址
// Vue.prototype.$H5_BASE_URL = "http://test.csasedu.com:10034/#/"; //H5跳转的网页地址
Vue.prototype.$H5_BASE_URL = "http://8.218.108.169:10034/#/"; //H5跳转的网页地址
// Vue.prototype.$H5_BASE_URL = "http://8.218.108.169:10034/#/"; //H5跳转的网页地址
// Vue.prototype.$H5_BASE_URL = process.env.BASE_API + "/#/"; //H5跳转的网页地址
Vue.prototype.$H5_BASE_URL = "http://xoa.csoschool.com/portal/#/";
Vue.use(ElementUI, { locale });
Vue.use(VCharts);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment