diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue index 7da2eed..f8239eb 100644 --- a/src/views/screen/index.vue +++ b/src/views/screen/index.vue @@ -26,21 +26,21 @@ export default { bg: require('assets/screen/resource.png'), path: '/screen/resource' }, - { - code: 'COUNT_SCREEN', - bg: require('assets/screen/count.png'), - path: '/screen/count' - }, + // { + // code: 'COUNT_SCREEN', + // bg: require('assets/screen/count.png'), + // path: '/screen/count' + // }, { code: 'OPERATION_SCREEN', bg: require('assets/screen/operation.png'), 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({}) diff --git a/vite.config.ts b/vite.config.ts index 07cca55..03b8cd7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,7 +8,7 @@ function resolve(dir) { } const httpType = 'https://' -const proxyUrl = '23.33.3.22:60006/' // 代理地址设置 +const proxyUrl = '23.33.3.28:60006/' // 代理地址设置 export default defineConfig({ resolve: { diff --git a/vue.config.js b/vue.config.js index 26ed55c..6afe17e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -10,7 +10,7 @@ function resolve(dir) { return path.join(__dirname, dir) } 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.10.2.60:50006/' 苏州代理地址 module.exports = {