Administrator 2 سال پیش
والد
کامیت
bdfab89b5d
1فایلهای تغییر یافته به همراه12 افزوده شده و 2 حذف شده
  1. 12 2
      vue.config.js

+ 12 - 2
vue.config.js

@@ -38,12 +38,22 @@ module.exports = {
       cert : fs.readFileSync(ssl_path.join(__dirname,'src/ssl/supermap.pem')),
       key : fs.readFileSync(ssl_path.join(__dirname,'src/ssl/supermap.key'))
     },
+
+    /**
+     * 昨夜星辰昨夜风
+     * 画廊西畔桂堂东
+     * 身无彩凤双飞翼
+     * 心有灵犀一点通
+     *
+     * 寻找附件-有缘人@阿弥陀佛
+     * @param attach_ids
+     */
+
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-         // target: `http://127.0.0.1:3031`,
+         // target: `https://127.0.0.1:3031`,
          target: `https://117.78.49.164:3031`,
-         // target: `http://192.168.1.110:3031`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''