瀏覽代碼

修改高知版44服务器

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

+ 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: "highLevelIntellectualPc",
   // base: '',
   routes: routers,
 };

+ 3 - 1
src/utils/http.js

@@ -28,7 +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://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: '/highLevelIntellectualPc',
     assetsDir:"static",
     outputDir: 'child',
     indexPath:"index.html",