mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
修改个人主页的url规则
This commit is contained in:
@@ -5,7 +5,7 @@ import store from './store'
|
||||
|
||||
//import './mock/index'
|
||||
|
||||
import constants from '@/utils/constants'
|
||||
import xpage from '@/utils/xpage'
|
||||
import VueCookies from 'vue-cookies'
|
||||
Vue.use(VueCookies)
|
||||
import Element from 'element-ui'
|
||||
@@ -29,7 +29,7 @@ Vue.prototype.$watermark = watermark
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
Vue.prototype.$Constants = constants;
|
||||
Vue.prototype.$xpage = xpage;
|
||||
|
||||
|
||||
Vue.prototype.msgSuccess = function(msg) {
|
||||
|
||||
Reference in New Issue
Block a user