plg пре 2 месеци
родитељ
комит
87a30a103e
4 измењених фајлова са 5 додато и 5 уклоњено
  1. 1 1
      README.md
  2. 1 1
      src/router/index.js
  3. 2 2
      src/utils/http.js
  4. 1 1
      vue.config.js

+ 1 - 1
README.md

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

+ 1 - 1
src/router/index.js

@@ -8,7 +8,7 @@ const RouterConfig = {
   mode: "history",
   // base: process.env.BASE_URL,
   // base: 'child_pc',
-  base: "pc",
+  base: "zzuPc",
   // 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
vue.config.js

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