Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张苑
bi
Commits
846655cd
Commit
846655cd
authored
Oct 14, 2021
by
莫坚培
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修符数值显示双击无效果的问题
parent
cec4866b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
dashboard.js
js/dashboard.js
+1
-1
webpack.config.js
webpack.config.js
+4
-4
No files found.
js/dashboard.js
View file @
846655cd
...
@@ -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
=
''
...
...
webpack.config.js
View file @
846655cd
...
@@ -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-1
3 21:43:51
* @LastEditTime: 2021-10-1
4 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
,
// 当前目录
// 当前目录
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment