Kaynağa Gözat

打包文件更新

lhy 9 ay önce
ebeveyn
işleme
cb36674be3

+ 1 - 1
industry-admin/.env.development

@@ -3,4 +3,4 @@ ENV = 'development'
 
 # base api
 VUE_APP_BASE_API = 'http://localhost:8081'
-#VUE_APP_BASE_API = 'http://192.168.1.253:8081'
+#VUE_APP_BASE_API = 'http://192.168.1.99:8089'

+ 1 - 2
industry-admin/.env.production

@@ -2,6 +2,5 @@
 ENV = 'production'
 
 # base api
-VUE_APP_BASE_API = ''
- VUE_APP_BASE_API = 'http://10.220.0.124:8081'
+VUE_APP_BASE_API = 'http://10.220.0.124:8081'
 

+ 1 - 2
industry-admin/.env.staging

@@ -4,6 +4,5 @@ NODE_ENV = production
 ENV = 'staging'
 
 # base api
-VUE_APP_BASE_API = '/stage-api'
- VUE_APP_BASE_API = 'http://192.168.1.99:8089'
+VUE_APP_BASE_API = 'http://192.168.1.99:8089'
 

+ 18 - 0
industry-admin/README.md

@@ -0,0 +1,18 @@
+# project
+
+## Project setup
+```
+npm install
+```
+
+### Compiles and hot-reloads for development
+```
+npm run dev
+```
+### Compiles and minifies for production
+```
+
+npm run build:stage
+
+npm run build:prod
+```