Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
newCSO_2023
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhi
newCSO_2023
Commits
8eebb46d
Commit
8eebb46d
authored
Mar 20, 2023
by
cmosquito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
西索线上地址1
parent
2a6cf8de
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
config/dev.env.js
+2
-1
config/prod.env.js
+2
-1
src/api/cso.js
+1
-1
src/main.js
+3
-2
No files found.
config/dev.env.js
View file @
8eebb46d
...
@@ -5,9 +5,10 @@ const prodEnv = require("./prod.env");
...
@@ -5,9 +5,10 @@ const prodEnv = require("./prod.env");
module
.
exports
=
merge
(
prodEnv
,
{
module
.
exports
=
merge
(
prodEnv
,
{
NODE_ENV
:
'"development"'
,
NODE_ENV
:
'"development"'
,
// BASE_API: '"http://192.168.10.111:8057"'
// 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: '"http://172.31.98.241:8057"'
// BASE_API: '"https://pandaxuequ.com.cn/xs/admin"' //本地系统服务器地址111
// BASE_API: '"https://pandaxuequ.com.cn/xs/admin"' //本地系统服务器地址111
// BASE_API: '"https://admin-api.macrozheng.com"',
// BASE_API: '"https://admin-api.macrozheng.com"',
// BASE_API: '"http://test.csasedu.com:10032"' //系统服务器地址
// BASE_API: '"http://test.csasedu.com:10032"' //系统服务器地址
BASE_API
:
'"http://xoa.csoschool.com/admin/api"'
});
});
config/prod.env.js
View file @
8eebb46d
...
@@ -3,6 +3,7 @@ module.exports = {
...
@@ -3,6 +3,7 @@ module.exports = {
NODE_ENV
:
'"production"'
,
NODE_ENV
:
'"production"'
,
// BASE_API: '"https://admin-api.macrozheng.com"'
// BASE_API: '"https://admin-api.macrozheng.com"'
// BASE_API: '"http://test.csasedu.com:10032"' //系统服务器地址
// 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://192.168.10.111:8057"'
BASE_API
:
'"http://xoa.csoschool.com/admin/api"'
};
};
src/api/cso.js
View file @
8eebb46d
...
@@ -125,7 +125,7 @@ export function getChatRecordAll(data) {
...
@@ -125,7 +125,7 @@ export function getChatRecordAll(data) {
}
}
export
function
getTodayTasks
()
{
export
function
getTodayTasks
()
{
//首页获取今日任务
//
客服
首页获取今日任务
return
request
({
return
request
({
url
:
"/customerCare/user/statistics/todayTask"
,
url
:
"/customerCare/user/statistics/todayTask"
,
///customerCare/user/statistics/todayTask
///customerCare/user/statistics/todayTask
...
...
src/main.js
View file @
8eebb46d
...
@@ -26,11 +26,12 @@ moment.locale("zh-cn");
...
@@ -26,11 +26,12 @@ moment.locale("zh-cn");
// Vue.prototype.$UPLOAD_BASE_URL = "https://pandaxuequ.com.cn/xs/admin"; //图片上传的服务器地址
// 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 = "http://8.218.108.169:8057"; //图片上传的服务器地址
Vue
.
prototype
.
$UPLOAD_BASE_URL
=
process
.
env
.
BASE_API
;
//图片上传的服务器地址
Vue
.
prototype
.
$UPLOAD_BASE_URL
=
process
.
env
.
BASE_API
;
//图片上传的服务器地址
// Vue.prototype.$H5_BASE_URL = "http://192.168.10.10
8:8081/#/"; //H5服务器地址
// Vue.prototype.$H5_BASE_URL = "http://192.168.10.10
3:8080/#/"; //H5服务器地址(填自己本机启的服务地址)
// Vue.prototype.$UPLOAD_BASE_URL = "http://test.csasedu.com:10032"; //图片上传的服务器地址
// 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://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 = process.env.BASE_API + "/#/"; //H5跳转的网页地址
Vue
.
prototype
.
$H5_BASE_URL
=
"http://xoa.csoschool.com/portal/#/"
;
Vue
.
use
(
ElementUI
,
{
locale
});
Vue
.
use
(
ElementUI
,
{
locale
});
Vue
.
use
(
VCharts
);
Vue
.
use
(
VCharts
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment