Ver código fonte

配置文件修改

lph 1 ano atrás
pai
commit
8493d1619b
3 arquivos alterados com 5 adições e 3 exclusões
  1. 2 2
      ruoyi-ui/.env.development
  2. 2 0
      ruoyi-ui/.gitignore
  3. 1 1
      ruoyi-ui/vue.config.js

+ 2 - 2
ruoyi-ui/.env.development

@@ -11,7 +11,7 @@ VUE_APP_BASE_API = '/dev-api'
 VUE_CLI_BABEL_TRANSPILE_MODULES = true
 
 #数据引擎模块IP
-VUE_APP_BASE_API2 = 'http://192.168.110.70:8099/'
+VUE_APP_BASE_API2 = 'http://192.168.110.76:8099/'
 
 #表单引擎模块IP
-VUE_APP_BASE_API3 = 'http://192.168.110.70:8088/'
+VUE_APP_BASE_API3 = 'http://192.168.110.76:8088/'

+ 2 - 0
ruoyi-ui/.gitignore

@@ -21,3 +21,5 @@ selenium-debug.log
 
 package-lock.json
 yarn.lock
+vue.config.js
+.env.development

+ 1 - 1
ruoyi-ui/vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://192.168.110.70:8080`,
+        target: `http://192.168.110.76:8080`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''