Browse Source

[完善]山西壳牌工装

master
邵佳豪 5 months ago
parent
commit
17bb8c65ef
  1. 4
      proxy.config.json
  2. 1
      src/app/pages/get-out-of-line-details/get-out-of-line-details.component.ts

4
proxy.config.json

@ -1,13 +1,13 @@
{ {
"/api": { "/api": {
"target": "http://10.156.134.53:8200/", "target": "http://121.36.37.70:8200/",
"测试": "http://121.36.37.70:8200/", "测试": "http://121.36.37.70:8200/",
"生产": "http://10.156.134.53:8200/", "生产": "http://10.156.134.53:8200/",
"secure": false, "secure": false,
"changeOrigin": true "changeOrigin": true
}, },
"/signalr": { "/signalr": {
"target": "http://10.156.134.53:8200/", "target": "http://121.36.37.70:8200/",
"secure": false, "secure": false,
"ws": true, "ws": true,
"logLevel": "debug" "logLevel": "debug"

1
src/app/pages/get-out-of-line-details/get-out-of-line-details.component.ts

@ -49,6 +49,7 @@ export class GetOutOfLineDetailsComponent implements OnInit {
{ id: 18, name: "江苏工装", color: "blue" }, { id: 18, name: "江苏工装", color: "blue" },
{ id: 19, name: "经理工装", color: "yellow" }, { id: 19, name: "经理工装", color: "yellow" },
{ id: 20, name: "江苏道达尔工装", color: "yellow" }, { id: 20, name: "江苏道达尔工装", color: "yellow" },
{ id: 21, name: "山西壳牌工装", color: "red" },
]; ];
userName; userName;

Loading…
Cancel
Save