Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 341 Bytes

Sch_man_front_end

frontend for schedule management

前端使用说明

配置:

位置: 写在main.js

内容:

const port=":xxxx";                     //改成后端服务跑在的端口上
const URL="xxx";  //改成后端服务所在的网络位置
export const baseURL=URL+port;

推荐使用vue-cli打开