!235 有些调试代码细节需要删除

Merge pull request !235 from AppleOfGray/dev
This commit is contained in:
孔明 2023-03-07 13:05:09 +00:00 committed by Gitee
commit c969fee944
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1 additions and 2 deletions

View File

@ -85,7 +85,6 @@ export default {
param[tokenName] = tokenValue
this.axios.post('/back/user/state', this.$f(param))
.then(res => {
debugger
if (res.status === 200) {
this.loginState = res.data.data
} else {

View File

@ -8,7 +8,7 @@ import 'element-plus/dist/index.css' // 加载elementUI样式
import zhCn from 'element-plus/es/locale/lang/zh-cn' // 引入中文本地化组件
app = createApp(App)
const app = createApp(App)
// vue组件内通过 this.$f() 来调用
app.config.globalProperties.$f = (params) => {