{ "name": "yudao-ui-app", "version": "1.0.0", "description": "", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "clipboard": "^2.0.11", "html-to-image": "^1.11.11", "qrcode": "^1.5.3" }, "uni-app": { "scripts": { "dev": { "title": "开发版", "env": { "UNI_PLATFORM": "h5", "isVConsole": true, "APP_BASE_URL": "http://192.168.1.188:48080" }, "define": { "DEV": true } }, "test": { "title": "测试版", "env": { "UNI_PLATFORM": "h5", "isVConsole": true, "APP_BASE_URL": "http://api.nnhwl.top" }, "define": { "TEST": true } }, "prod": { "title": "生产版", "env": { "UNI_PLATFORM": "h5", "isVConsole": false, "APP_BASE_URL": "http://api.cyywl.top" }, "define": { "PROD": true } } } } }