diff --git a/web/.env.development b/web/.env.development index 93aab90bf701e18c0f197eb187200c1752f8dd03..6e1d0340c41fe3a007d2b3c134a47316dff67fc1 100644 --- a/web/.env.development +++ b/web/.env.development @@ -1,6 +1,6 @@ ENV = 'development' -VUE_APP_CLI_PORT = '8080' -VUE_APP_SERVER_PORT = '8888' -VUE_APP_BASE_API = '/api' -VUE_APP_BASE_PATH = 'http://127.0.0.1' +VUE_APP_CLI_PORT = 8080 +VUE_APP_SERVER_PORT = 8888 +VUE_APP_BASE_API = /api +VUE_APP_BASE_PATH = http://127.0.0.1 diff --git a/web/.env.production b/web/.env.production index f8929e13d9c947207bf1e3a133bb509ebcd86246..9e015c8670da7857f2151a82270ab6e2340d70b1 100644 --- a/web/.env.production +++ b/web/.env.production @@ -1,7 +1,7 @@ ENV = 'production' -VUE_APP_CLI_PORT = '8080' -VUE_APP_SERVER_PORT = '8888' -VUE_APP_BASE_API = '/api' +VUE_APP_CLI_PORT = 8080 +VUE_APP_SERVER_PORT = 8888 +VUE_APP_BASE_API = /api #下方修改为你的线上ip -VUE_APP_BASE_PATH = 'http://8.141.61.63' \ No newline at end of file +VUE_APP_BASE_PATH = http://8.141.61.63 \ No newline at end of file