diff --git a/vue/src/views/pg-fis/basedate/alreadyPrint/detail.vue b/vue/src/views/pg-fis/basedate/alreadyPrint/detail.vue index 8f84588..59d357f 100644 --- a/vue/src/views/pg-fis/basedate/alreadyPrint/detail.vue +++ b/vue/src/views/pg-fis/basedate/alreadyPrint/detail.vue @@ -42,7 +42,7 @@ class="two-list" --> - + { - if (index === 0) { + if (index === 1) { this.listQuery.state.push(element.id); } }); diff --git a/vue/static/config.js b/vue/static/config.js index 380ece6..6883e8a 100644 --- a/vue/static/config.js +++ b/vue/static/config.js @@ -2,14 +2,19 @@ let configJSON; if (process.env.NODE_ENV === "development") { configJSON = { base: { - ip: "http://localhost", - auth_port: "44344", - public_port: "44344", - backend_port: "44344", + // ip: "http://localhost", + // auth_port: "44344", + // public_port: "44344", + // backend_port: "44344", // ip: "http://222.169.228.163", // auth_port: "7696", // public_port: "7692", // backend_port: "7692", + + ip: "http://192.168.0.228", + auth_port: "7696", + public_port: "7692", + backend_port: "7692", }, basic: {}, upload: { @@ -42,10 +47,15 @@ if (process.env.NODE_ENV === "development") { // auth_port: "8066", // public_port: "8092", // backend_port: "8092", - ip: "http://222.169.228.163", + // ip: "http://222.169.228.163", + // auth_port: "7696", + // public_port: "7692", + // backend_port: "7692", + + ip: "http://192.168.0.228", auth_port: "7696", public_port: "7692", - backend_port: "7692", + backend_port: "7692", }, basic: {}, upload: {