diff --git a/index.html b/index.html index 2b16763..f223854 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,12 @@ + - + 迎新系统数据大屏 +
diff --git a/public/config.js b/public/config.js new file mode 100644 index 0000000..01beabd --- /dev/null +++ b/public/config.js @@ -0,0 +1,5 @@ +//南理 +// window.baseURL = 'https://yxxt.nut.edu.cn:90/' +// 目前放测试地址 发布后放到正是地址---待修改 +window.baseURL = 'http://api.nclg.yx.zheke.com/' +// window.baseURL = 'http://192.168.2.121:5090/' \ No newline at end of file diff --git a/public/screen.ico b/public/screen.ico new file mode 100644 index 0000000..70e2789 Binary files /dev/null and b/public/screen.ico differ diff --git a/src/App.vue b/src/App.vue index 75d5dc3..d193c38 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,13 @@ +