Commit ca8913e5 authored by yanglilong's avatar yanglilong

'moment'

parent f76b3dc9
# just a flag
ENV = 'development'
VUE_APP_API = '/dev'
VUE_APP_USER = 'admin'
VUE_APP_PWD = '123456'
# just a flag
ENV = 'production'
VUE_APP_API = '/dev'
VUE_APP_USER = ''
VUE_APP_PWD = ''
...@@ -8,4 +8,10 @@ ...@@ -8,4 +8,10 @@
## 蓝湖(ui) ## 蓝湖(ui)
> https://lanhuapp.com/url/4G9cN-1hUp9 > [分享链接](https://lanhuapp.com/url/4G9cN-IG7JV)
### 接口文档地址
[接口文档地址](http://git.ssish.com/root/core-ci/wikis/interface_document)
### 测试
1. 登录账密 admin/123456
...@@ -18,8 +18,18 @@ globalComponents(); ...@@ -18,8 +18,18 @@ globalComponents();
Vue.prototype.$apis = apis; Vue.prototype.$apis = apis;
// 指令注入 // 指令注入
directives(); directives();
import moment from 'moment'
import 'moment/locale/zh-cn'
moment.locale('zh-cn')
new Vue({ new Vue({
router, router,
store, store,
render: (h) => h(App), render: (h) => h(App),
}).$mount("#app"); }).$mount("#app");
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment