# data-system **Repository Path**: little_hu/data-system ## Basic Information - **Project Name**: data-system - **Description**: 锦州项目数据采集子系统 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-06-01 - **Last Updated**: 2024-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @author hss # @date 2023.6.1 ## 部署文档说明 # 1.打包之前,需要隐藏掉侧边栏菜单 ### \src\views\index.vue文件中注释掉下面代码 " " # 2.打包之前,需要隐藏掉面包屑以及导航部分 ### \src\views\index.vue文件中注释掉下面代码 " " # 3.npm run build 打包后,将dist文件中config.js中改为部署环境地址,只需要修改域名,无需修改端口号 "CONFIG.url = "http://192.168.3.15:18090"; CONFIG.url2 = "http://192.168.3.15:5002";"