fix: 改为 efc 的开发代理
parent
86d31ca8d7
commit
e681c6020d
|
@ -20,7 +20,7 @@ const main = [
|
||||||
{
|
{
|
||||||
path: '/',
|
path: '/',
|
||||||
component: () => import('@/layouts/home.vue'),
|
component: () => import('@/layouts/home.vue'),
|
||||||
redirect: '/resource_dashboard',
|
redirect: '/host-resource/vm',
|
||||||
meta: {
|
meta: {
|
||||||
title: '主页',
|
title: '主页',
|
||||||
noTag: true
|
noTag: true
|
||||||
|
|
|
@ -14,8 +14,8 @@ function resolve(dir) {
|
||||||
}
|
}
|
||||||
const httpType = 'https://'
|
const httpType = 'https://'
|
||||||
// const proxyUrl = 'develop.cmp56.com:60006/' // 代理地址设置
|
// const proxyUrl = 'develop.cmp56.com:60006/' // 代理地址设置
|
||||||
// const proxyUrl = '23.33.3.22:60006/' // 代理地址设置
|
const proxyUrl = '23.33.3.22:60006/' // 代理地址设置
|
||||||
const proxyUrl = '10.10.33.91:60006/' // 代理地址设置
|
// const proxyUrl = '10.10.33.91:60006/' // 代理地址设置
|
||||||
// const publicPath = process.env.NODE_ENV === 'production' ? '/cop-web/' : '/cop-web/';
|
// const publicPath = process.env.NODE_ENV === 'production' ? '/cop-web/' : '/cop-web/';
|
||||||
const publicPath = '/cop-web/'
|
const publicPath = '/cop-web/'
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in New Issue