1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "uni-app": {
- "scripts": {
- "dev-h5": {
- "title": "开发版H5",
- "browser": "chrome",
- "env": {
- "UNI_PLATFORM": "h5",
- "UNI_BASE_URL": "https://nsbusinessapi.tuanfengkeji.cn"
- },
- "define": {
- "DEV-H5": true
- }
- },
- "prod-h5": {
- "title": "正式H5",
- "browser": "chrome",
- "env": {
- "UNI_PLATFORM": "h5",
- "UNI_BASE_URL": "https://nsbusinessapi.tuanfengkeji.cn"
- },
- "define": {
- "DEV-H5": true
- }
- },
- "test-h5": {
- "title": "测试H5",
- "browser": "chrome",
- "env": {
- "UNI_PLATFORM": "h5",
- "UNI_BASE_URL": "https://nsbusinessapitest.tuanfengkeji.cn"
- },
- "define": {
- "DEV-H5": true
- }
- },
- "devwx": {
- "title": "开发版微信",
- "env": {
- "UNI_PLATFORM": "mp-weixin",
- "UNI_BASE_URL": "https://nsbusinessapi.tuanfengkeji.cn"
- },
- "define": {
- "MP-DINGTALK": true
- }
- },
- "prewx": {
- "title": "正式版微信",
- "env": {
- "UNI_PLATFORM": "mp-weixin",
- "UNI_BASE_URL": "https://nsbusinessapi.tuanfengkeji.cn"
- },
- "define": {
- "MP-DINGTALK": true
- }
- },
- "testvx": {
- "title": "测试版微信",
- "env": {
- "UNI_PLATFORM": "mp-weixin",
- "UNI_BASE_URL": "https://nsbusinessapitest.tuanfengkeji.cn"
- },
- "define": {
- "MP-DINGTALK": true
- }
- }
- }
- }
- }
- // {
- // "dependencies": {
- // "axios": "^0.21.1",
- // "clipboard": "^2.0.8",
- // "crypto-js": "^4.1.1",
- // "image-tools": "^1.4.0",
- // "jweixin-module": "^1.6.0",
- // "lodash": "^4.17.21",
- // "mini-html-parser2": "^0.3.0",
- // "swiper": "^5.4.5",
- // "vue-awesome-swiper": "^4.1.1"
- // },
- // "devDependencies": {
- // "moment": "^2.29.1"
- // }
- // }
|