huangxingxing 4 anni fa
parent
commit
69d65c5c9d
4 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      .env.production
  2. 0 0
      dist/index.html
  3. 0 0
      dist/static/js/app.39680b9e.js
  4. 1 1
      src/utils/request.js

+ 1 - 1
.env.production

@@ -2,5 +2,5 @@
 
 ENV = 'production'
 
-VUE_APP_BASE_API = ''
+VUE_APP_BASE_API = '/adiserver'
 

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.39680b9e.js


+ 1 - 1
src/utils/request.js

@@ -142,7 +142,7 @@ axios.interceptors.response.use(res => {
 function getUrl(channelNo = 'service') {
     let url = ''
     if (channelNo === 'service') {
-        url = '/adiserver/service/TransServlet'
+        url = '/TransServlet'
     } else if (channelNo === 'manager') {
         url = '/managersvr/TransServlet'
     }

Some files were not shown because too many files changed in this diff