|
1 день назад | |
---|---|---|
apis | 1 день назад | |
assets | 3 дней назад | |
bobo-router | 1 год назад | |
components | 4 дней назад | |
config | 1 день назад | |
iconfont | 2 лет назад | |
pages | 1 день назад | |
static | 8 месяцев назад | |
uni_modules | 9 месяцев назад | |
utils | 6 дней назад | |
.gitignore | 3 лет назад | |
App.vue | 3 месяцев назад | |
README.md | 1 месяц назад | |
_theme.scss | 3 месяцев назад | |
main.js | 1 месяц назад | |
manifest.json | 1 год назад | |
package.json | 11 месяцев назад | |
pages.json | 4 дней назад | |
uni.scss | 3 лет назад | |
vue.config.js | 1 год назад |
https://modao.cc/app/0kjHsmXrbe0m6JMcoiOxW
[](https://modao.cc/app/0kjHsmXrbe0m6JMcoiOxW)
发行方式, uniapp 点击”发行“ -”自定义发行“ prod 正式环境| test 测试环境 [](https://51team.xiaoxinda.com/charging-station-portal/#/login?redirect=%2Fhome) 运行方式 uniapp正常运行方式
[](https://youdian-test.hbjp.com.cn/charging-station-test-portal/#/charging/chargingMarketing/list)
建议使用uniapp的官方推荐开发工具HBuilder最新版本
www WEB部署目录(或者子目录)
├─apis 接口目录
├─components 组件目录
├─config 配置目录
├─pages 页面目录
├─static 静态文件目录
├─utils 工具模块目录
├─App.vue 主入口组件
├─main.js 主入口模块
├─mainifest.json 项目配置
├─pages.json 页面及其他公共配置
├─uni.scss 控制应用的风格样式文件
├─vue.config.js vue配置,多不可用,具体参见文档https://uniapp.dcloud.io/collocation/vue-config
div 改成 view
span、font 改成 text
a 改成 navigator
img 改成 image
input 还在,但type属性改成了confirmtype
form、button、checkbox、radio、label、textarea、canvas、video 这些还在。
select 改成 picker
iframe 改成 web-view
ul、li没有了,都用view替代
##插件引用 #控制台 yarn add vconsole ###uniapp 路由站 npm install uni-simple-router uni-read-pages(取消使用, 存在h5 刷新白屏问题) //双路由 uni-crazy-router 直接链接访问, 无法触发前置占点 uni-crazy-router bobo-router
vue-router-uni mac80端口问题无法使用 sudo pfctl -ef /etc/pf-tomcat.conf
npm install node-sass --ignore-scripts