|
@@ -12,7 +12,7 @@ import '@/plugins/loading';
|
|
|
import '@/plugins/setting';
|
|
|
import InitStomp from '@/plugins/stomp';
|
|
|
import moment from 'moment';
|
|
|
-moment.lang('zh-cn');
|
|
|
+// moment.lang('zh-cn');
|
|
|
Vue.prototype.$moment = moment;
|
|
|
Vue.config.productionTip = false;
|
|
|
|