瀏覽代碼

feat:修改

Moss 1 年之前
父節點
當前提交
1b9b280c3e
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .env.production

+ 6 - 0
.env.production

@@ -3,6 +3,12 @@ NODE_ENV = production
 # just a flag
 ENV = 'production'
 VUE_APP_ENV = 'production'
+
+#base
+VUE_APP_BASE = 'https://sxb.zfire.top'
+
+VUE_APP_BASE_OSS = 'https://sxb.zfire.top/zfapi/img/get?key='
+
 # base api
 VUE_APP_BASE_API = 'https://sxb.zfire.top/zfapi/'