You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
zangch@mesnac.com c5da947a74 refactor(productCenter): 更新产品参数展示逻辑
- 修改参数表格循环结构,使用 (param, index) in data.params
- 更新表格标题和内容的显示逻辑,动态显示参数名称和值
-调整参数列表的数据结构,简化为单个列表
- 优化参数项的命名,使用更有意义的名称
4 months ago
config init 1 year ago
src refactor(productCenter): 更新产品参数展示逻辑 4 months ago
static init 1 year ago
.babelrc init 1 year ago
.editorconfig init 1 year ago
.env.development 修改菜单 4 months ago
.env.production 修改菜单 4 months ago
.gitignore init 1 year ago
.postcssrc.js init 1 year ago
README.md init 1 year ago
dist.zip 修改自定义页面 4 months ago
index.html init 1 year ago
jsconfig.json init 1 year ago
package.json 修改自定义页面 4 months ago
vue.config.js 修改菜单 7 months ago
yarn.lock 修改自定义页面 4 months ago

README.md

hw

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.