Commit 0f97dc5b authored by qd01's avatar qd01

1

parent 92e37884
......@@ -95,7 +95,7 @@ function byUserAndTypeOne() {
if (res.code == 200) {
a20.value = res.data.a20
usertype.value = res.data
usertype.value.a13 += '(元)'
usertype.value.a13 =String( usertype.value.a13 || 0) + '(元)'
}
})
}
......
import process from 'node:process'
import obfuscatorPlugin from 'vite-plugin-javascript-obfuscator'
import { appDescription } from './app/constants/index'
import preload from './app/utils/preload'
......
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