root 3 週間 前
コミット
c851d68c9f
7 ファイル変更11 行追加10 行削除
  1. 1 0
      .gitignore
  2. 1 1
      public/index.html
  3. 2 2
      src/router/index.js
  4. 2 2
      src/utils/http.js
  5. 1 1
      src/views/loginNew.vue
  6. 2 2
      src/views/manage/manageMain.vue
  7. 2 2
      vue.config.js

+ 1 - 0
.gitignore

@@ -2,6 +2,7 @@
 node_modules
 /h5
 /child
+/pc
 public/config/global.js
 h5.zip
 

+ 1 - 1
public/index.html

@@ -11,7 +11,7 @@
   <meta name="full-screen" content="yes">
   <link rel="icon" href="<%= BASE_URL %>favicon1.png">
 <!--  <script type="text/javascript" src="<%= BASE_URL %>static/flexible.js"></script>-->
-  <title>高知人员心理压力测评系统</title>
+  <title>金融行业职工心理健康测评系统</title>
 <!--  <link href="./static/css/weui.min.css" rel="stylesheet">-->
   <!-- <link href="./static/css/main.css" rel="stylesheet"> -->
   <!-- <link href="./static/css/main-oumulong.css" rel="stylesheet"> -->

+ 2 - 2
src/router/index.js

@@ -7,8 +7,8 @@ Vue.use(Router);
 const RouterConfig = {
   mode: "history",
   // base: process.env.BASE_URL,
-  // base: 'child_pc',
-  base: "highLevelIntellectualPc",
+  base: '/pc/',
+  // base: "highLevelIntellectualPc",
   // base: '',
   routes: routers,
 };

+ 2 - 2
src/utils/http.js

@@ -28,9 +28,9 @@ import { router } from "@/router";
 //锦泓税务服务器
 //新服务器李靖
 //export const basePath = "http://123.57.18.29:8089";
-// export const basePath = "http://123.57.18.29:8090";
+export const basePath = "http://123.57.18.29:8090";
 
-export const basePath = "http://129.211.221.44:8090";
+// export const basePath = "http://129.211.221.44:8090";
 // 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/'

+ 1 - 1
src/views/loginNew.vue

@@ -3,7 +3,7 @@
     <div class="login-left-new">
       <div class="cpdm_left">
         <!-- <p class="aab">学生心理健康测评系统</p> -->
-        <p class="aab">高知人员心理压力测评系统</p>
+        <p class="aab">金融行业职工心理健康测评系统</p>
        
         <!-- <img class="logo" src="../assets/img/login/login_logo.png" /> -->
         <img class="ye1" src="../assets/img/login/ye1.png" />

+ 2 - 2
src/views/manage/manageMain.vue

@@ -37,8 +37,8 @@
             align-items: center;
           "
         >
-          <div>高知人员</div>
-          <div>心理压力测评</div>
+          <div>金融行业职工</div>
+          <div>心理健康测评</div>
         </div>
         <!-- <p class="aab"></p> -->
         <!-- <img

+ 2 - 2
vue.config.js

@@ -1,8 +1,8 @@
 module.exports = {
     // publicPath: '/child_pc/',
-    publicPath: '/highLevelIntellectualPc',
+    publicPath: '/pc',
     assetsDir:"static",
-    outputDir: 'child',
+    outputDir: 'pc',
     indexPath:"index.html",
     filenameHashing:"true",
     productionSourceMap: false,