sr 4 سال پیش
والد
کامیت
031ac74352
3فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. BIN
      ruoyi-ui/dist.zip
  2. 2 2
      ruoyi-ui/src/settings.js
  3. 2 2
      ruoyi-ui/vue.config.js

BIN
ruoyi-ui/dist.zip


+ 2 - 2
ruoyi-ui/src/settings.js

@@ -28,7 +28,7 @@ module.exports = {
    * If you want to also use it in dev, you can pass ['production', 'development']
    */
   errorLog: 'production',
-  apiUrl: 'http://192.168.101.11:8080'
+  // apiUrl: 'http://192.168.101.11:8080'
 
-  // apiUrl: 'http://36.7.89.102:8080'
+  apiUrl: 'http://36.7.89.102:8080'
 }

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

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