cauto 2 年之前
父节点
当前提交
760a28d4df
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/.env.development
  2. 1 0
      src/.env.production

+ 1 - 0
src/.env.development

@@ -0,0 +1 @@
+VUE_APP_URL="http://localhost:8080"

+ 1 - 0
src/.env.production

@@ -0,0 +1 @@
+VUE_APP_URL="http://localhost:8080"