Explorar el Código

:zap: 2.2.1.RELEASE

smallchill hace 6 años
padre
commit
c90bfa8827
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -29,8 +29,8 @@ module.exports = {
       '/api': {
         //本地服务接口地址
         // target: 'http://localhost',
-        //远程演示服务地址  其实官方已经提供了 让vue项目跑起来的服务器连接,好多人不知道这个
-        target: 'https://saber.bladex.vip/api', 
+        //远程演示服务地址,可用于直接启动项目
+        target: 'https://saber.bladex.vip/api',
         ws: true,
         pathRewrite: {
           '^/api': '/'