赞
踩
Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
- options.allowedHosts[0] should be a non-empty string.
package.json种加入:
"options": {
"allowedHosts": ["localhost", ".localhost"],
"proxy": "https://localhost:8080/"
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。