Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/p35z7urxv/pqa2fspn3/src/commit/4b6d4053687ce545257afd647a94aad409c1591b/element-vue/Makefile You should set ROOT_URL correctly, otherwise the web may not work correctly.
pqa2fspn3/element-vue/Makefile

10 lines
94 B

.PHONY: dist build
install:
@npm install
dev: install
@npm run dev
build:
@npm run build