mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
修改部分冗余代码,新增商家端npmrc配置 后续还会新增yarnrc
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
import Vue from "vue";
|
||||
|
||||
export default new Vue;
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* 商家端左侧菜单栏静态数据
|
||||
*/
|
||||
|
||||
export const result = [{
|
||||
name: "lili",
|
||||
level: 0,
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"name": "zh",
|
||||
"options": {
|
||||
"months": ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
|
||||
"shortMonths": ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
|
||||
"days": ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
|
||||
"shortDays": ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
|
||||
"toolbar": {
|
||||
"exportToSVG": "下载图表 SVG",
|
||||
"exportToPNG": "下载图表 PNG",
|
||||
"menu": "菜单",
|
||||
"selection": "选择",
|
||||
"selectionZoom": "区域缩放",
|
||||
"zoomIn": "缩小",
|
||||
"zoomOut": "放大",
|
||||
"pan": "移动",
|
||||
"reset": "重置缩放"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user