Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/p35z7urxv/pqa2fspn3/blame/commit/93b03a473fdc19f9bdcb8d48f5d38cf34911471d/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