fix: 修改

This commit is contained in:
快乐橙 2025-03-22 11:41:36 +08:00
parent c612e48c39
commit 19676ff4b5
49 changed files with 34 additions and 431 deletions

View File

@ -135,6 +135,32 @@
"stores": true,
"allinpay": true,
"useAllinpayStore": true,
"useTestStore": true
"useTestStore": true,
"DirectiveBinding": true,
"ExtractDefaultPropTypes": true,
"ExtractPropTypes": true,
"ExtractPublicPropTypes": true,
"MaybeRef": true,
"MaybeRefOrGetter": true,
"STAR_MOBILE_REGEXP": true,
"WritableComputedRef": true,
"addDomain": true,
"checkFile": true,
"checkIDCard": true,
"countComboPrice": true,
"excelRequest": true,
"generateTitle": true,
"getDateTimeRange": true,
"getParseTime": true,
"handleOrderItems": true,
"isStarMobile": true,
"onWatcherCleanup": true,
"setupStore": true,
"store": true,
"useId": true,
"useIncludeRouterName": true,
"useModel": true,
"useTemplateRef": true,
"validPassword2": true
}
}

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div
:class="{'hidden':hidden}"

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="component-img-box">
<el-dialog

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="imgs-upload-components">
<vue-draggable-next

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<el-dialog
v-model="visible"

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<el-dialog
v-model="visible"

View File

@ -1,12 +1,3 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
export default {
picManager: 'Picture Manager',
choosePic: 'Select Picture',

View File

@ -1,12 +1,3 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
export default {
picManager: '图片管理器',
choosePic: '选择图片',

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div
class="Mall4j container"

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="Mall4j navbar">
<div class="navbar-content">

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<aside class="Mall4j site-sidebar">
<div class="menu-mod">

View File

@ -1,13 +1,3 @@
<!-- eslint-disable vue/no-use-v-if-with-v-for -->
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="Mall4j menu-mod">
<div v-if="expandMenu.children">

View File

@ -1,13 +1,3 @@
<!-- eslint-disable vue/no-use-v-if-with-v-for -->
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="Mall4j">
<div class="menu-right-el">

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div
:class="classObj"

View File

@ -1,12 +1,3 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
import router from './router'
import { getToken } from '@/utils/auth' // get token from cookie
import { useUserStore } from '@/stores/modules/user.js'

View File

@ -1,13 +1,3 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
import { defineStore } from 'pinia'
import { constantRoutes } from '@/router/index.js'
import { menuList } from '@/api/rbac/menu.js'

View File

@ -1,12 +1,3 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
import { defineStore } from 'pinia'
import { login, logout } from '@/api/auth/auth'
import { shopUserInfo } from '@/api/multishop/shop-user'

View File

@ -1,12 +1,4 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
@import './variables.scss';
@mixin colorBtn($color) {

View File

@ -1,12 +1,4 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
@mixin clearfix {
&:after {
content: "";

View File

@ -1,12 +1,4 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
@import './variables.scss';
#app {
.main-container {

View File

@ -1,12 +1,4 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
// global transition css
/* fade */

View File

@ -1,12 +1,4 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
// base color
$blue:#324157;
$light-blue:#3A71A8;

View File

@ -1,12 +1,3 @@
/**
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
import Cookies from 'vue-cookies'
const TokenKey = 'Mall4cloud-multishop-Token'

View File

@ -1,12 +1,3 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
import CryptoJS from 'crypto-js'
// 加密
const keyStr = '-mall--password-' // 解密用的key

View File

@ -1,12 +1,3 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
import axios from 'axios'
// create an axios instance

View File

@ -1,13 +1,3 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
import { i18n } from '@/lang'
// translate router.meta.title, be used in breadcrumb sidebar tagsview
export function generateTitle (title) {

View File

@ -1,12 +1,3 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
/**
* Created by PanJiaChen on 16/11/18.
*/

View File

@ -1,13 +1,3 @@
/* eslint-disable no-console */
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
import axios from 'axios'
import { ElMessageBox, ElMessage } from 'element-plus'
import 'element-plus/es/components/message-box/style/index'

View File

@ -1,12 +1,3 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许不可做商业用途
*
* 版权所有侵权必究
*/
/**
* Created by PanJiaChen on 16/11/18.
*/

View File

@ -3,9 +3,9 @@ const configDefInfo = {
// 登录logo
loginBgImg: new URL('@/assets/website-config/login-bg.jpg', import.meta.url).href,
// 版权声明-中文
copyrightCn: 'Copyright © 2018-2022 广州市蓝海创新科技有限公司 版权所有 | 粤ICP备18115813号-1',
copyrightCn: '',
// 版权声明-英文
copyrightEn: 'Copyright © 2018-2022 广州市蓝海创新科技有限公司 版权所有 | 粤ICP备18115813号-1',
copyrightEn: '',
// 标题文本-中文
titleContentCn: 'Mall4j 白洞版 商家端',
// 标题文本-英文

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class=" Mall4j dashboard-container">
<!-- 1.店铺状态信息提示 -->

View File

@ -102,15 +102,6 @@
</div>
</template>
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<script setup>
import { isMobile, validNoEmptySpace } from '@/utils/validate'
import { getForgetCode, checkUpdatePwd } from '@/api/auth/auth'

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<script setup>
const { params, query } = useRoute()
const { path } = params

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="page-register">
<div class="login-frame">

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="page-reset-password">
<div class="login-frame">

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div>
<el-dialog

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="page-attr-manage">
<el-dialog

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="page-attr app-container">
<!-- 搜索相关区域 -->

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="page-notify-manager">
<el-tabs>

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="page-notify-list">
<!-- 1.条件筛选 -->

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="page-notify-setting">
<!-- 列表相关区域 -->

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="page-platform-notice-add-or-update">
<el-dialog

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="page-platform-notice">
<!-- 搜索相关区域 -->

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<el-dialog
v-model="visible"

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="page-rbac">
<!-- 搜索相关区域 -->

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<el-dialog
v-model="visible"

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="page-shop-user">
<!-- 搜索相关区域 -->

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="Mall4j page-picture-manager">
<div class="file-group">

View File

@ -1,12 +1,3 @@
<!--
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
https://www.mall4j.com/
未经允许不可做商业用途
版权所有侵权必究
-->
<template>
<div class="Mall4j selx-imgbox page-video-manager">
<div class="file-group">