123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "forest",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "dependencies": {
- "vue-baidu-map": "^0.21.22"
- },
- "uni-app": {
- "scripts": {
- "build:build64": {
- "title": "forest_build:build64",
- "env": {
- "UNI_PLATFORM": "h5",
- "H_NODE_ENV": "development",
- "H_BASE_URL": "http://wx.hw.hongweisoft.com/forestapi/forest-portal",
- "H_LOGIN_URL": "http://wx.hw.hongweisoft.com/forestapi/forest-portal/wechat/h5/authorize?returnUrl=http://foresth5test.hw.hongweisoft.com/#/"
- }
- },
- "build:buildOnline": {
- "title": "forest_build:online",
- "env": {
- "UNI_PLATFORM": "h5",
- "H_NODE_ENV": "production",
- "H_BASE_URL": "http://gzqlyxwxh5.gzqlyx.com/api/forest-portal",
- "H_LOGIN_URL": "http://gzqlyxwxh5.gzqlyx.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://gzqlyxwxh5.gzqlyx.com/#/"
- }
- }
- }
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://172.16.90.250:3000/forest/forest-H5.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC"
- }
|