htc il y a 2 jours
Parent
commit
1cc9732f58
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      public/index.html

+ 1 - 1
public/index.html

@@ -30,7 +30,7 @@
   <!-- 开发环境 -->
   <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
     <script>
-    // window.SITE_CONFIG['apiURL'] = 'http://192.168.2.19:9011/happytree-admin';
+    // window.SITE_CONFIG['apiURL'] = 'http://192.168.2.19:9021/happytree-admin';
     window.SITE_CONFIG['apiURL'] = 'https://sxsn.ringzle.com/happytree-admin';
     // WebSocket地址
     window.SITE_CONFIG['socketURL'] ='ws://localhost:8080/happytree-admin/websocket';