{
"name": "openlayers",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html",
"build": "parcel build --public-url . index.html"
},
"author": "",
"license": "ISC",
"dependencies": {
"app-root-path": "^2.2.1",
"authenticate": "^0.1.5",
"commonjs": "0.0.1",
"config": "^3.2.4",
"document-ready": "^2.0.2",
"eazy-logger": "^3.0.2",
"fs": "0.0.1-security",
"jquery": "^3.4.1",
"leaflet": "^1.6.0",
"ol": "^5.3.3",
"ol-contextmenu": "^3.3.2",
"ol-hashed": "^2.0.0",
"ol-layerswitcher": "^3.4.0",
"proj4": "^2.6.0",
"sidebar-v2": "^0.4.0",
"simple-datatables": "^2.1.7",
"simple-node-logger": "^18.12.23",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.10.0"
}任何帮助都将不胜感激。当前的url是http://localhost:1234。我希望这是一个自定义的网址,以认证与第三方服务,将只允许认证到这些网址。
发布于 2019-11-27 00:22:03
发布于 2019-11-27 17:49:06
您必须将域添加到主机文件中,然后按照上面所说的操作。
"start": "parcel serve index.html --host example.com",https://stackoverflow.com/questions/59055209
复制相似问题