Selaa lähdekoodia

修改学生鸭蛋版本--项目名称及图标

plg 2 kuukautta sitten
vanhempi
commit
013aa5794f

BIN
public/favicon1.png


BIN
public/favicon3.png


+ 2 - 1
public/index.html

@@ -11,7 +11,8 @@
   <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> -->
+  <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"> -->

+ 1 - 1
src/router/index.js

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

+ 2 - 2
src/utils/http.js

@@ -24,10 +24,10 @@ import { router } from "@/router";
 //30
 // export const basePath = "http://43.143.198.30:8089";
 //红朵服务器
-export const basePath = "http://129.211.221.44:8089";
+// export const basePath = "http://129.211.221.44: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/'

+ 1 - 1
src/views/loginNew.vue

@@ -2,7 +2,7 @@
   <div class="login-wrapper-new">
     <div class="login-left-new">
       <div class="cpdm_left">
-        <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" />
         <img class="ye2" src="../assets/img/login/ye2.png" />

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

@@ -37,7 +37,7 @@
             align-items: center;
           "
         >
-          <div>郑大计智</div>
+          <div>学生</div>
           <div>心理测评系统</div>
         </div>
         <!-- <p class="aab"></p> -->

+ 1 - 1
vue.config.js

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