
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
vue3 线上白屏,打包添加时间戳
在根目录自建vue.config.js 文件vue.config.jsmodule.exports = {devServer: {proxy: "http://192.168.2.197:8081" // 接口代理},productionSourceMap: false // 代码混淆(不生成map文件)};
1、public文件夹下index.html添加。

本人是在微信公众号使用input的file属性选择文件,提示没有应用可执行此操作,经过测试发现是“accept”属性的问题1、这个写法在pc端是可以识别的,可以调起选择器,但在移动端是无法识别的<input type="file" accept=".jpg,.png,.gif" @change="getFile($event)"/>2、移动端需要换成下面的写法<input typ
// 第一个项目server {listen 80;server_name localhost;location / {root C:\Users\Administrator\Documents\HBuilderProjects\billing; // 根目录index index.html;try_files $uri $uri/ /index.html;}location /api/ {pro
// index.jsimport { createStore } from 'vuex'import VuexPersistence from 'vuex-persist'importrouterfrom './module/router'import userfrom './module/user'const vuexLocal = new VuexPersistence({storage:
vue中文输入法持续触发解决方式
data () {return {time: false // 判断}},methods: {dinshi () {if (this.time === true) {//判断是否超时console.log('超时')this.$router.push({//跳转页面pat...
增加了页面传值,删除切换tab保留值,同路由修改值。
一、小程序结构,vue语法二、问题1、取消app原生导航:pages.json文件下添加"app-plus": {"titleNView":false //取消app原生导航}2、image 图片不显示<image src="../../common/img/logo.jpg"></image>//图片不显示.........








