提交 be2dd135 authored 作者: 王鹏飞's avatar 王鹏飞

update

上级 88433498
module.exports = { module.exports = {
isHttps: false, domain: 'dev.ezijing.com',
domain: 'localhost',
url: 'http://data-view.ezijing.com/', url: 'http://data-view.ezijing.com/',
webpack: { webpack: {
externals: { externals: {
...@@ -34,7 +33,7 @@ module.exports = { ...@@ -34,7 +33,7 @@ module.exports = {
}, },
ProvidePlugin: {}, ProvidePlugin: {},
others: { others: {
baseUrl: 'http://172.16.3.11:8011', baseUrl: '/api',
loginUrl: 'https://login2.ezijing.com/xlearn/login/index' loginUrl: 'https://login2.ezijing.com/xlearn/login/index'
} }
} }
...@@ -14,8 +14,7 @@ module.exports = { ...@@ -14,8 +14,7 @@ module.exports = {
}, },
ProvidePlugin: {}, ProvidePlugin: {},
others: { others: {
baseUrl: 'https://learn-api.ezijing.com', baseUrl: '/api/chart',
loginUrl: 'https://login.ezijing.com/xlearn/login/index', loginUrl: 'https://login.ezijing.com/auth/login/index'
xtrainingUrl: 'https://xtraining.ezijing.com'
} }
} }
...@@ -14,8 +14,7 @@ module.exports = { ...@@ -14,8 +14,7 @@ module.exports = {
}, },
ProvidePlugin: {}, ProvidePlugin: {},
others: { others: {
baseUrl: 'https://learn-api2.ezijing.com', baseUrl: '/api/chart',
loginUrl: 'https://login2.ezijing.com/xlearn/login/index', loginUrl: 'https://login2.ezijing.com/auth/login/index'
xtrainingUrl: 'https://x-training2.ezijing.com'
} }
} }
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.12.0</center>
</body>
</html>
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.12.0</center>
</body>
</html>
...@@ -49,7 +49,7 @@ import ProjectRanking from '@/components/projectRanking' ...@@ -49,7 +49,7 @@ import ProjectRanking from '@/components/projectRanking'
// 各月营收走势 // 各月营收走势
import MonthIncomeTrend from '@/components/monthIncomeTrend' import MonthIncomeTrend from '@/components/monthIncomeTrend'
// 缴费结构 // 缴费结构
import PaymentStructure from '@/components/PaymentStructure' import PaymentStructure from '@/components/paymentStructure'
import WeekIncome from '@/components/weekIncome' import WeekIncome from '@/components/weekIncome'
export default { export default {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论