Browse Source

删除dist.zip

guangxi
jongbowen 2 years ago
parent
commit
906d58fe46
  1. 2
      package.json
  2. 2
      proxy.config.json

2
package.json

@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.config.json --open --port 51423",
"start": "ng serve --proxy-config proxy.config.json --open --port 8304",
"build": "ng build",
"build-prod": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --prod",
"publish": "ng build --prod --verbose",

2
proxy.config.json

@ -1,6 +1,6 @@
{
"/api": {
"target": "http://10.81.73.39:8000/",
"target": "http://121.36.37.70:8217/",
"secure": false,
"changeOrigin": true
}

Loading…
Cancel
Save