xinguan-vue
xinguan-vue copied to clipboard
前端项目
新冠物资管理系统
- nodejs版本: v12.9.1
安装依赖
npm install
启动项目
npm run serve
接口配置
在main.js中配置
let BASE_API_URL="http://www.localhost:8989/"; #本地接口
//const BASE_API_URL="https://www.zykhome.club/api/"; #线上接口