摘要:
<div style="padding: 20px;"> <div class="case_img" @mousedown="show_coords"> <img alt="" style="width: 100%;" :src="formState.highlightimg.indexOf('ht 阅读全文
摘要:
注意图片记得清晰一点 quagga.js文件下载地址 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Barcode Scanner</title> <script src="https://cdn.boot 阅读全文
摘要:
<wxs module='filter'> var includesList = function(list,currentIndex){ if(list){ return list.indexOf(currentIndex) > -1 } } module.exports.includesList 阅读全文
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
摘要:
const axios = require('axios'); const options = async (ctx, next) => { console.log( ctx.request.body); if(ctx.request.body.url){ ctx.body = await getD 阅读全文
摘要:
"scripts": { "dev": "vite", "build": "tsc --noEmit && vite build --mode production", "stg": "tsc --noEmit && vite build --mode stg", "tests": "tsc --n 阅读全文
摘要:
先删除 package-lock.json和node_modules 再安装 兼容低版本安装方式 npm install --legacy-peer-deps 启动命令 npm run serve window 环境打包命令 npm run build:win 注意: 如果是要跑liunx 环境就需 阅读全文
摘要:
<template> <div class="max_box"> <a-tabs v-model:activeKey="activeKey" @change="callback"> <a-tab-pane :tab="item.tab" v-for="item in state.list" :key 阅读全文
摘要:
<template> <div class="app_box"> <div class="app_box_title" ref="refTile"> <el-form :inline="true" :model="formInline" class="demo-form-inline" label- 阅读全文
摘要:
<template> <el-select ref="myselectref" v-model="currentValue" v-bind="$attrs"> <slot name="option"> <el-option v-for="item in $attrs.options" :key="i 阅读全文