3
0
Fork 0

feat(comment): 移除作者注释

This commit is contained in:
woody 2025-04-24 10:08:32 +08:00
parent d13db2a700
commit 00f02dc653
4 changed files with 3 additions and 19 deletions

View File

@ -1,10 +1,4 @@
<!--
* @Descripttion:
* @version:
* @Author: kBank
* @Date: 2022-11-21 15:11:22
-->
<script> <script>
import { setToken } from '@/config/auth.js' import { setToken } from '@/config/auth.js'
export default { export default {

View File

@ -1,9 +1,4 @@
<!--
* @Descripttion:
* @version:
* @Author: 王三<EFBFBD>
* @Date: 2023-05-18 14:42:53
-->
<template> <template>
<view class="main"> <view class="main">
<view v-if="userInfo.pkCountry!=1" class="top"> <view v-if="userInfo.pkCountry!=1" class="top">

View File

@ -1,9 +1,4 @@
<!--
* @Descripttion:
* @version:
* @Author: 王三<EFBFBD>
* @Date: 2023-05-18 14:42:53
-->
<template> <template>
<view class="main"> <view class="main">
<view v-if="userInfo.pkCountry!=1" class="top"> <view v-if="userInfo.pkCountry!=1" class="top">

View File

@ -1,7 +1,7 @@
{ {
"name": "hzs_cloud_h5", "name": "hzs_cloud_h5",
"version": "1.0.0", "version": "1.0.0",
"description": "<!-- * @Descripttion: * @version: * @Author: 王三<E78E8B> * @Date: 2022-11-21 15:11:22 -->", "description": "h5",
"main": "main.js", "main": "main.js",
"dependencies": { "dependencies": {
"axios": "^1.5.0", "axios": "^1.5.0",