liweikun 1 year ago
parent
commit
2c9e1b3a5c
  1. 2
      jwtech-admin-page/src/views/project/special/index.vue
  2. 3
      jwtech-admin-page/vue.config.js

2
jwtech-admin-page/src/views/project/special/index.vue

@ -273,7 +273,7 @@
:contentStyle="{ minWidth: '350px' }"
>
<el-descriptions-item span="2">
<template slot="label"> 项目名称 </template>
<template slot="label"> 规划名称 </template>
{{ this.viewTitle }}
</el-descriptions-item>
<el-descriptions-item span="2">

3
jwtech-admin-page/vue.config.js

@ -39,7 +39,8 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: "http://127.0.0.1:18082",
target: "http://192.168.2.108:18080",
// target: "http://192.168.2.108:18080",
target: "http://192.168.2.103:18082",
// target: "http://192.168.1.20:8084",
changeOrigin: true,
pathRewrite: {

Loading…
Cancel
Save