+
+
+
+
+
+
+
+
+ 推送新消息
+
+
+
+
+
+
+
+
+
diff --git a/orange_front_end/orange_front_end/src/main.js b/orange_front_end/orange_front_end/src/main.js
new file mode 100644
index 0000000..5720df1
--- /dev/null
+++ b/orange_front_end/orange_front_end/src/main.js
@@ -0,0 +1,21 @@
+// The Vue build version to load with the `import` command
+// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
+import Vue from 'vue'
+import App from './App'
+import router from './router'
+import 'element-ui/lib/theme-chalk/index.css'
+import axios from 'axios'
+import ElementUI from 'element-ui'
+
+Vue.use(ElementUI)
+
+Vue.config.productionTip = false
+Vue.prototype.$axios = axios
+
+/* eslint-disable no-new */
+new Vue({
+ el: '#app',
+ router,
+ components: { App },
+ template: '