This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Acher
/
newEdition
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' into newyun
newyun
corala
1 year ago
parent
d9beb9c6b4
24d51ac488
commit
51159f34f1
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
env/cl.js
+1
-1
pages/mine/equipmentLog.vue
+ 1
- 1
env/cl.js
View File
@@ -1,5 +1,5 @@
const ENV_PATH = {
const ENV_PATH = {
baseUrl: 'http://192.168.31.16
1
:9999', // 长龙
baseUrl: 'http://192.168.31.16
0
:9999', // 长龙
}
}
module.exports = ENV_PATH
module.exports = ENV_PATH
+ 1
- 1
pages/mine/equipmentLog.vue
View File
@@ -30,7 +30,7 @@
<view class="items">
<view class="items">
<text>录音开启用时</text>
<text>录音开启用时</text>
<text class="font"
<text class="font"
:style="{color: info.recording==1?'red':'#333'}">{{info.startActionTime ||
''
}}min</text>
:style="{color: info.recording==1?'red':'#333'}">{{info.startActionTime ||
0
}}min</text>
</view>
</view>
<view class="line"></view>
<view class="line"></view>
<view class="items">
<view class="items">
Write
Preview
Loading…
Cancel
Save