Commit 846655cd authored by 莫坚培's avatar 莫坚培

fix: 修符数值显示双击无效果的问题

parent cec4866b
...@@ -468,7 +468,7 @@ async function initCanvas() { ...@@ -468,7 +468,7 @@ async function initCanvas() {
</span> </span>
</div>` </div>`
// renderDataText(index) renderDataText(index)
} else if (item.ControlType === 'statictextblock') { //静态文本 } else if (item.ControlType === 'statictextblock') { //静态文本
let align = '' let align = ''
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
* @Author: syc攻城狮 * @Author: syc攻城狮
* @description: 本地run的webpack配置 * @description: 本地run的webpack配置
* @Date: 2021-08-19 17:10:54 * @Date: 2021-08-19 17:10:54
* @LastEditors: mojianpei * @LastEditors: 莫靓仔
* @LastEditTime: 2021-10-13 21:43:51 * @LastEditTime: 2021-10-14 17:24:20
*/ */
const path = require('path') const path = require('path')
// const webpack = require('webpack') // const webpack = require('webpack')
...@@ -31,8 +31,8 @@ module.exports = { ...@@ -31,8 +31,8 @@ module.exports = {
// hot: true, // hot: true,
// 端口号 // 端口号
port: 8002, port: 8002,
host: '192.168.31.198', // 本机ip // host: '192.168.31.198', // 本机ip
// host: '192.168.1.113', // 本机ip host: '192.168.1.113', // 本机ip
// 是否压缩 // 是否压缩
compress: true, compress: true,
// 当前目录 // 当前目录
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment