fix: 只保留云资源大屏跟运维大屏
parent
1bf3dd6db8
commit
e183d21537
|
@ -26,21 +26,21 @@ export default {
|
||||||
bg: require('assets/screen/resource.png'),
|
bg: require('assets/screen/resource.png'),
|
||||||
path: '/screen/resource'
|
path: '/screen/resource'
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
code: 'COUNT_SCREEN',
|
// code: 'COUNT_SCREEN',
|
||||||
bg: require('assets/screen/count.png'),
|
// bg: require('assets/screen/count.png'),
|
||||||
path: '/screen/count'
|
// path: '/screen/count'
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
code: 'OPERATION_SCREEN',
|
code: 'OPERATION_SCREEN',
|
||||||
bg: require('assets/screen/operation.png'),
|
bg: require('assets/screen/operation.png'),
|
||||||
path: '/screen/operation'
|
path: '/screen/operation'
|
||||||
},
|
|
||||||
{
|
|
||||||
code: 'ORDER_SCREEN',
|
|
||||||
bg: require('assets/screen/order.png'),
|
|
||||||
path: '/screen/order'
|
|
||||||
}
|
}
|
||||||
|
// {
|
||||||
|
// code: 'ORDER_SCREEN',
|
||||||
|
// bg: require('assets/screen/order.png'),
|
||||||
|
// path: '/screen/order'
|
||||||
|
// }
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
const screenConfigs = ref({})
|
const screenConfigs = ref({})
|
||||||
|
|
|
@ -8,7 +8,7 @@ function resolve(dir) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const httpType = 'https://'
|
const httpType = 'https://'
|
||||||
const proxyUrl = '23.33.3.22:60006/' // 代理地址设置
|
const proxyUrl = '23.33.3.28:60006/' // 代理地址设置
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
resolve: {
|
resolve: {
|
||||||
|
|
|
@ -10,7 +10,7 @@ function resolve(dir) {
|
||||||
return path.join(__dirname, dir)
|
return path.join(__dirname, dir)
|
||||||
}
|
}
|
||||||
const httpType = 'https://'
|
const httpType = 'https://'
|
||||||
const proxyUrl = '23.33.3.22:60006/' // 代理地址设置
|
const proxyUrl = '23.33.3.28:60006/' // 代理地址设置
|
||||||
// const proxyUrl = '10.20.51.92:7001' // 代理地址设置
|
// const proxyUrl = '10.20.51.92:7001' // 代理地址设置
|
||||||
// const proxyUrl = '10.10.2.60:50006/' 苏州代理地址
|
// const proxyUrl = '10.10.2.60:50006/' 苏州代理地址
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in New Issue