Explorar el Código

新增练习环境配置

lilei hace 3 años
padre
commit
7fd4ddc6b8
Se han modificado 2 ficheros con 12 adiciones y 1 borrados
  1. 10 0
      .env.practice
  2. 2 1
      package.json

+ 10 - 0
.env.practice

@@ -0,0 +1,10 @@
+NODE_ENV=production
+VUE_APP_PREVIEW=true
+VUE_APP_API_BASE_URL=http://t.qpls.360arrow.com/qpls-md
+VUE_APP_WX_BASE_URL=//t.qpls.360arrow.com/qpls-md/websocket/
+VUE_APP_VERSION=V1.0.1
+VUE_APP_PRO_NAME=箭冠汽配连锁系统-practice
+VUE_APP_LOGO=@/assets/logo.png
+VUE_APP_THEME_COLOR=#ed1c24
+VUE_APP_COM_NAME=陕西山海高科信息技术有限公司
+VUE_APP_ICP=陕ICP备20006268号

+ 2 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "chelingzhu",
+  "name": "qpls-md",
   "version": "2.0.0",
   "private": true,
   "scripts": {
@@ -7,6 +7,7 @@
     "dev": "vue-cli-service serve",
     "build": "vue-cli-service build",
     "uat": "vue-cli-service build --mode preview",
+    "practice": "vue-cli-service build --mode practice",
     "lint": "vue-cli-service lint",
     "lint:nofix": "vue-cli-service lint --no-fix",
     "test:unit": "vue-cli-service test:unit",