student-information-sys-front/src/apiConfig.js
2024-12-26 14:58:01 +08:00

5 lines
80 B
JavaScript

export default {
install(Vue) {
Vue.prototype.$apiUrl = '';
}
};