Browse Source

bug fixed

duwendi 1 year ago
parent
commit
9468516b9a
2 changed files with 1 additions and 2 deletions
  1. 0 1
      src/router/index.js
  2. 1 1
      static/mung-local-config.js

+ 0 - 1
src/router/index.js

@@ -10,7 +10,6 @@ Vue.use(Router);
10 10
 
11 11
 export default new Router({
12 12
   mode: 'history',
13
-  base: '/luohe_park',
14 13
   routes: [
15 14
     { path: "/", redirect: "/static_resource" },
16 15
     {

+ 1 - 1
static/mung-local-config.js

@@ -1,6 +1,6 @@
1 1
 window.mungConfig = {
2 2
   dev: {
3
-    BASE_API: "http://101.42.41.254:83/luohe2_ee/api"
3
+    BASE_API: "https://park.lhzhtc.cn/luohe2_ee/api"
4 4
   },
5 5
   build: {
6 6
     BASE_API: "http://101.42.41.254:83/luohe2_ee/api"