|
@@ -6,6 +6,28 @@
|
|
|
"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"
|