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.
|
.PHONY: dist build
|
|
install:
|
|
@npm install
|
|
|
|
dev: install
|
|
@npm run dev
|
|
|
|
build:
|
|
@npm run build
|