close #72 静态文件嵌入在Linux路径错误

pull/109/head
ouqiang 6 years ago
parent 43c267784d
commit c40ef9aaad

@ -46,7 +46,7 @@ package-all: build-vue statik
.PHONY: build-vue
build-vue:
cd web/vue && yarn run build
cp -r web/vue/dist/ web/public/
cp -r web/vue/dist/* web/public/
.PHONY: install-vue
install-vue:

Loading…
Cancel
Save