Browse Source

练习环境地址

chenrui 3 years ago
parent
commit
b752784eb7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      vue.config.js

+ 2 - 1
vue.config.js

@@ -109,7 +109,8 @@ const vueConfig = {
     proxy: {
       '/api': {
         // target: 'http://192.168.16.188:8602/ocs-admin',
-        target: 'http://p.ocs.360arrow.com/ocs-admin', //  Ô¤·¢²¼
+        target: 'https://t.ocs.360arrow.com/ocs-admin', //  Á·Ï°
+        // target: 'http://p.ocs.360arrow.com/ocs-admin', //  Ô¤·¢²¼
         // target: 'http://ocs-admin.360arrow.com/ocs-admin', //  Éú²ú
         ws: false,
         changeOrigin: true,