任一存 2 年之前
父節點
當前提交
eb2b4d9931
共有 3 個文件被更改,包括 16 次插入1 次删除
  1. 5 0
      .env.prod
  2. 10 1
      README.md
  3. 1 0
      package.json

+ 5 - 0
.env.prod

@@ -0,0 +1,5 @@
+CLI_MODE=prod
+NODE_ENV=production
+PUBLIC_PATH=./
+VUE_APP_G_PREFIX=https://super.4dage.com/
+VUE_APP_API_PREFIX=

+ 10 - 1
README.md

@@ -4,4 +4,13 @@
 # 测试环境访问地址:
 https://wcbwg.4dage.com/gzswc/mobile/display/index.html#/cover/
 
-其实会映射到https://yuhuatai.4dage.com/gzswc/mobile/display/index.html#/cover/
+其实会映射到https://yuhuatai.4dage.com/gzswc/mobile/display/index.html#/cover/
+
+# 正式环境部署地址
+/Default/阿里云/项目节点/项目测试/阿里云-四维时代-项目测试服务器-8.135.106.227/home/data/api_museum_guizhou_data
+
+# 正式环境访问地址
+https://gzwcbwg.4dage.com/#/Cover
+
+# 后端接口文档地址
+https://gzwcbwg.4dage.com/api/doc.html#/home

+ 1 - 0
package.json

@@ -5,6 +5,7 @@
   "scripts": {
     "serve": "vue-cli-service serve --mode dev",
     "build-test": "vue-cli-service build --mode test",
+    "build-prod": "vue-cli-service build --mode prod",
     "build-local-deploy": "vue-cli-service build --mode localdeploy",
     "build": "vue-cli-service build",
     "lint": "vue-cli-service lint"