Browse Source

首页切换大屏携带deptid

master-dev
lzp 5 days ago
parent
commit
56efdfdd99
  1. BIN
      web_admin/adminapi.zip
  2. 2
      web_admin/adminapi/index.html
  3. BIN
      web_admin/adminapi/index.html.gz
  4. 5
      web_admin/src/views/index.vue
  5. BIN
      web_admin/src/views/report.zip
  6. 4
      web_admin/vue.config.js

BIN
web_admin/adminapi.zip

Binary file not shown.

2
web_admin/adminapi/index.html

File diff suppressed because one or more lines are too long

BIN
web_admin/adminapi/index.html.gz

Binary file not shown.

5
web_admin/src/views/index.vue

@ -282,11 +282,12 @@ export default {
handleClick(type) {
if (type == "数字看板") {
this.$router.push({
path: "/largeScreen",
path: "/largeScreen?deptId=" + localStorage.getItem("hospitalId"),
});
} else if (type == "大屏统计") {
this.$router.push({
path: "/bigScreenStatistics",
path:
"/bigScreenStatistics?deptId=" + localStorage.getItem("hospitalId"),
});
}
},

BIN
web_admin/src/views/report.zip

Binary file not shown.

4
web_admin/vue.config.js

@ -37,10 +37,10 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://localhost:8080`,
target: "http://192.168.1.136:19330",
// target: "http://192.168.1.136:19330",
// target: "https://nnzjpt.ylinno.com/ruisiCgaAdmin/",
// target: "https://www.ylinno.com/cga/v2/api/admin/",
// target: "http://113.45.159.249:59001/cga/v2/api/admin/",
target: "http://113.45.159.249:59001/cga/v2/api/admin/",
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "",

Loading…
Cancel
Save