Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/pizvue73f/unilife/src/commit/fd9c972c2a0c1c4f554f95a47cbe44dbe31ab5e6/Front/vue-unilife/src/shims-vue.d.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
unilife/Front/vue-unilife/src/shims-vue.d.ts

5 lines
144 B

declare module '*.vue' {
import { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}