This website works better with JavaScript.
首頁
探索
說明
註冊
登入
Acher
/
newEdition
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Merge branch 'master' into newyun
newyun
corala
1 年之前
父節點
d9beb9c6b4
24d51ac488
當前提交
51159f34f1
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
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
查看文件
@@ -1,5 +1,5 @@
const ENV_PATH = {
baseUrl: 'http://192.168.31.16
1
:9999', // 长龙
baseUrl: 'http://192.168.31.16
0
:9999', // 长龙
}
module.exports = ENV_PATH
+ 1
- 1
pages/mine/equipmentLog.vue
查看文件
@@ -30,7 +30,7 @@
<view class="items">
<text>录音开启用时</text>
<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 class="line"></view>
<view class="items">
Write
Preview
Loading…
取消
儲存