parent
db57d414af
commit
68db38f87e
@ -1,7 +1,7 @@
|
||||
# just a flag
|
||||
ENV = 'production'
|
||||
ENV='production'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API = http://starter.ali251.langye.net
|
||||
VUE_APP_UPLOAD_API =http://starter.ali251.langye.net/api/admin/upload-file
|
||||
VUE_APP_BASE_API=http://yikangyang.ali251.langye.net
|
||||
VUE_APP_UPLOAD_API=http://yikangyang.ali251.langye.net/api/admin/upload-file
|
||||
VUE_APP_PREVIEW_API=http://view.ali251.langye.net:8012/onlinePreview
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
NODE_ENV = production
|
||||
NODE_ENV=production
|
||||
|
||||
# just a flag
|
||||
ENV = 'staging'
|
||||
ENV='staging'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API=http://starter.ali251.langye.net
|
||||
VUE_APP_UPLOAD_API=http://starter.ali251.langye.net/api/admin/upload-file
|
||||
|
||||
VUE_APP_BASE_API=http://yikangyang.ali251.langye.net
|
||||
VUE_APP_UPLOAD_API=http://yikangyang.ali251.langye.net/api/admin/upload-file
|
||||
VUE_APP_PREVIEW_API=http://view.ali251.langye.net:8012/onlinePreview
|
||||
|
||||
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 3.1 KiB |
@ -1,4 +1,4 @@
|
||||
@import '~view-design/src/styles/index.less';
|
||||
|
||||
// Here are the variables to cover, such as:
|
||||
@primary-color: #0077CC;
|
||||
@primary-color: #b3241d;
|
||||
|
||||
Loading…
Reference in new issue