WXL
12 小时以前 e946f915cb2f35ed8b9553bcc8a11b63527937aa
测试完成
已修改2个文件
6 ■■■■ 文件已修改
src/views/patient/propaganda/QuestionnaireTask.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -833,7 +833,7 @@
  taskdepthospgetsonlist,
} from "@/api/AiCentre/index";
import SFtable from "@/components/SFtable"; //表格组件
import SFtable from "@/components/SFtable/index.vue"; //表格组件
import { MessageBox } from "element-ui";
export default {
vue.config.js
@@ -36,9 +36,9 @@
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        // target: `http://192.168.168.60:8095`,
        // target: `http://192.168.144.34:8095`,
        target: `http://192.168.144.34:8095`,
        // target: `http://192.168.100.100:8095`,
        target:`http://localhost:8095`,
        // target:`http://localhost:8095`,
        changeOrigin: true,
        pathRewrite: {
          ['^' + process.env.VUE_APP_BASE_API]: ''