123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "development": {
- "serverHost": "127.0.0.1",
- "serverPort": 3000,
- "title": "",
- "description": "",
- "keyword": "",
- "scripts": [],
- "publicPath": "/",
- "basename": "/",
- "proxy": [
- {
- "target": "",
- "from": "/",
- "to": "/"
- }
- ],
- "PcUrl": "http://test.duoshaojiaoyu.com",
- "WechatPcAppId": "wxa6a1620243459e6a",
- "H5Url": "http://mobiletest.duoshaojiaoyu.com",
- "WechatH5AppId": "wx65c7d378b4184bcc"
- },
- "test": {
- "serverHost": "127.0.0.1",
- "serverPort": 3000,
- "title": "",
- "description": "",
- "keyword": "",
- "scripts": [],
- "publicPath": "/",
- "basename": "/",
- "PcUrl": "http://test.duoshaojiaoyu.com",
- "WechatPcAppId": "wxa6a1620243459e6a",
- "H5Url": "http://mobiletest.duoshaojiaoyu.com",
- "WechatH5AppId": "wx65c7d378b4184bcc"
- },
- "production": {
- "serverHost": "127.0.0.1",
- "serverPort": 3000,
- "title": "",
- "description": "",
- "keyword": "",
- "scripts": [],
- "publicPath": "/",
- "basename": "/",
- "PcUrl": "http://www.duoshaojiaoyu.com",
- "WechatPcAppId": "wx324965bb6800f9b9",
- "H5Url": "http://h5.duoshaojiaoyu.com",
- "WechatH5AppId": "wxbee75af2ece94ed7"
- }
- }
|