瀏覽代碼

修改压力和躯体化问题

plg 1 月之前
父節點
當前提交
f2383b9b65
共有 5 個文件被更改,包括 9 次插入6 次删除
  1. 1 1
      README.md
  2. 2 2
      src/components/PlanReport.vue
  3. 1 1
      src/router/index.js
  4. 4 1
      src/utils/http.js
  5. 1 1
      vue.config.js

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-# 该版本是 学生--教师版本--不是高知版本   郑大计智 pc服务
+# 该版本是 学生--教师版本--不是高知版本   中原科技学院学生的 pc服务
 # SensoryComprehensiveTrainv2_pc
 
 ## Project setup

+ 2 - 2
src/components/PlanReport.vue

@@ -988,7 +988,7 @@ export default {
     },
     //格式化页面数据
     forDimen(row) {
-      if (row.dimensionName == "压力") {
+      if (row.dimensionName == "躯体化") {
         return "压力";
       } else {
         return row.dimensionName;
@@ -1196,7 +1196,7 @@ export default {
       } else {
         this.dimensionName = val;
         if (val == "压力") {
-          this.getDimensionPeopleList("压力");
+          this.getDimensionPeopleList("躯体化");
         } else {
           this.getDimensionPeopleList(val);
         }

+ 1 - 1
src/router/index.js

@@ -8,7 +8,7 @@ const RouterConfig = {
   mode: "history",
   // base: process.env.BASE_URL,
   // base: 'child_pc',
-  base: "studentPc",
+  base: "zykjPc",
   // base: '',
   routes: routers,
 };

+ 4 - 1
src/utils/http.js

@@ -29,12 +29,15 @@ import { router } from "@/router";
 // export const basePath = "http://129.211.221.44:8091";
 //锦泓税务服务器
 //新服务器李靖
-export const basePath = "http://123.57.18.29:8089";
+
+// export const basePath = "http://123.57.18.29:8089";
 // export const basePath = "http://123.57.18.29:8089";
 // export const basePath = "http://146.56.226.174:8089";
 // const base_url = 'http://43.143.198.30:8089/'
 // const base_url = 'http://10.113.248.4:8090/'
 // export const basePath='http://43.143.198.30:8086'
+//中原科技学院
+export const basePath = "http://129.211.221.44:8092";
 axios.defaults.baseURL = basePath;
 // axios.defaults.baseURL = "http://43.143.198.30:8086";
 

+ 1 - 1
vue.config.js

@@ -1,6 +1,6 @@
 module.exports = {
     // publicPath: '/child_pc/',
-    publicPath: '/studentPc',
+    publicPath: '/zykjPc',
     assetsDir:"static",
     outputDir: 'child',
     indexPath:"index.html",