seimin 3 years ago
parent
commit
2f9aac71f7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      proxy.conf.json
  2. 1 1
      src/app/views/inspect-auto/inspect-auto.component.ts

+ 1 - 1
proxy.conf.json

@@ -1,6 +1,6 @@
1
 {
1
 {
2
   "/service": {
2
   "/service": {
3
-    "target": "http://192.168.3.87",
3
+    "target": "http://192.168.3.108",
4
     "logLevel": "debug",
4
     "logLevel": "debug",
5
     "changeOrigin": true,
5
     "changeOrigin": true,
6
     "pathRewrite": {
6
     "pathRewrite": {

+ 1 - 1
src/app/views/inspect-auto/inspect-auto.component.ts

@@ -84,7 +84,7 @@ export class InspectAutoComponent implements OnInit {
84
    *
84
    *
85
    * @param classId 班次Id
85
    * @param classId 班次Id
86
    */
86
    */
87
-  loading2 = false;
87
+  loading2 = true;
88
   getRules() {
88
   getRules() {
89
     let postData = {
89
     let postData = {
90
       idx: 0,
90
       idx: 0,