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
- }
- }
- }
- }
- }
|