fix: 修改
This commit is contained in:
parent
c612e48c39
commit
19676ff4b5
@ -135,6 +135,32 @@
|
|||||||
"stores": true,
|
"stores": true,
|
||||||
"allinpay": true,
|
"allinpay": true,
|
||||||
"useAllinpayStore": 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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
:class="{'hidden':hidden}"
|
:class="{'hidden':hidden}"
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="component-img-box">
|
<div class="component-img-box">
|
||||||
<el-dialog
|
<el-dialog
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="imgs-upload-components">
|
<div class="imgs-upload-components">
|
||||||
<vue-draggable-next
|
<vue-draggable-next
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
v-model="visible"
|
v-model="visible"
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
v-model="visible"
|
v-model="visible"
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
export default {
|
export default {
|
||||||
picManager: 'Picture Manager',
|
picManager: 'Picture Manager',
|
||||||
choosePic: 'Select Picture',
|
choosePic: 'Select Picture',
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
export default {
|
export default {
|
||||||
picManager: '图片管理器',
|
picManager: '图片管理器',
|
||||||
choosePic: '选择图片',
|
choosePic: '选择图片',
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="Mall4j container"
|
class="Mall4j container"
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="Mall4j navbar">
|
<div class="Mall4j navbar">
|
||||||
<div class="navbar-content">
|
<div class="navbar-content">
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<aside class="Mall4j site-sidebar">
|
<aside class="Mall4j site-sidebar">
|
||||||
<div class="menu-mod">
|
<div class="menu-mod">
|
||||||
|
@ -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>
|
<template>
|
||||||
<div class="Mall4j menu-mod">
|
<div class="Mall4j menu-mod">
|
||||||
<div v-if="expandMenu.children">
|
<div v-if="expandMenu.children">
|
||||||
|
@ -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>
|
<template>
|
||||||
<div class="Mall4j">
|
<div class="Mall4j">
|
||||||
<div class="menu-right-el">
|
<div class="menu-right-el">
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
:class="classObj"
|
:class="classObj"
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
import router from './router'
|
import router from './router'
|
||||||
import { getToken } from '@/utils/auth' // get token from cookie
|
import { getToken } from '@/utils/auth' // get token from cookie
|
||||||
import { useUserStore } from '@/stores/modules/user.js'
|
import { useUserStore } from '@/stores/modules/user.js'
|
||||||
|
@ -1,13 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { defineStore } from 'pinia'
|
import { defineStore } from 'pinia'
|
||||||
import { constantRoutes } from '@/router/index.js'
|
import { constantRoutes } from '@/router/index.js'
|
||||||
import { menuList } from '@/api/rbac/menu.js'
|
import { menuList } from '@/api/rbac/menu.js'
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
import { defineStore } from 'pinia'
|
import { defineStore } from 'pinia'
|
||||||
import { login, logout } from '@/api/auth/auth'
|
import { login, logout } from '@/api/auth/auth'
|
||||||
import { shopUserInfo } from '@/api/multishop/shop-user'
|
import { shopUserInfo } from '@/api/multishop/shop-user'
|
||||||
|
@ -1,12 +1,4 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
@import './variables.scss';
|
@import './variables.scss';
|
||||||
|
|
||||||
@mixin colorBtn($color) {
|
@mixin colorBtn($color) {
|
||||||
|
@ -1,12 +1,4 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
@mixin clearfix {
|
@mixin clearfix {
|
||||||
&:after {
|
&:after {
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -1,12 +1,4 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
@import './variables.scss';
|
@import './variables.scss';
|
||||||
#app {
|
#app {
|
||||||
.main-container {
|
.main-container {
|
||||||
|
@ -1,12 +1,4 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
// global transition css
|
// global transition css
|
||||||
|
|
||||||
/* fade */
|
/* fade */
|
||||||
|
@ -1,12 +1,4 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
// base color
|
// base color
|
||||||
$blue:#324157;
|
$blue:#324157;
|
||||||
$light-blue:#3A71A8;
|
$light-blue:#3A71A8;
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
import Cookies from 'vue-cookies'
|
import Cookies from 'vue-cookies'
|
||||||
|
|
||||||
const TokenKey = 'Mall4cloud-multishop-Token'
|
const TokenKey = 'Mall4cloud-multishop-Token'
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
import CryptoJS from 'crypto-js'
|
import CryptoJS from 'crypto-js'
|
||||||
// 加密
|
// 加密
|
||||||
const keyStr = '-mall--password-' // 解密用的key
|
const keyStr = '-mall--password-' // 解密用的key
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
|
|
||||||
// create an axios instance
|
// create an axios instance
|
||||||
|
@ -1,13 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { i18n } from '@/lang'
|
import { i18n } from '@/lang'
|
||||||
// translate router.meta.title, be used in breadcrumb sidebar tagsview
|
// translate router.meta.title, be used in breadcrumb sidebar tagsview
|
||||||
export function generateTitle (title) {
|
export function generateTitle (title) {
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* Created by PanJiaChen on 16/11/18.
|
* Created by PanJiaChen on 16/11/18.
|
||||||
*/
|
*/
|
||||||
|
@ -1,13 +1,3 @@
|
|||||||
/* eslint-disable no-console */
|
|
||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
import { ElMessageBox, ElMessage } from 'element-plus'
|
import { ElMessageBox, ElMessage } from 'element-plus'
|
||||||
import 'element-plus/es/components/message-box/style/index'
|
import 'element-plus/es/components/message-box/style/index'
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
*
|
|
||||||
* https://www.mall4j.com/
|
|
||||||
*
|
|
||||||
* 未经允许,不可做商业用途!
|
|
||||||
*
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* Created by PanJiaChen on 16/11/18.
|
* Created by PanJiaChen on 16/11/18.
|
||||||
*/
|
*/
|
||||||
|
@ -3,9 +3,9 @@ const configDefInfo = {
|
|||||||
// 登录logo
|
// 登录logo
|
||||||
loginBgImg: new URL('@/assets/website-config/login-bg.jpg', import.meta.url).href,
|
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 白洞版 商家端',
|
titleContentCn: 'Mall4j 白洞版 商家端',
|
||||||
// 标题文本-英文
|
// 标题文本-英文
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class=" Mall4j dashboard-container">
|
<div class=" Mall4j dashboard-container">
|
||||||
<!-- 1.店铺状态信息提示 -->
|
<!-- 1.店铺状态信息提示 -->
|
||||||
|
@ -102,15 +102,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { isMobile, validNoEmptySpace } from '@/utils/validate'
|
import { isMobile, validNoEmptySpace } from '@/utils/validate'
|
||||||
import { getForgetCode, checkUpdatePwd } from '@/api/auth/auth'
|
import { getForgetCode, checkUpdatePwd } from '@/api/auth/auth'
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<script setup>
|
<script setup>
|
||||||
const { params, query } = useRoute()
|
const { params, query } = useRoute()
|
||||||
const { path } = params
|
const { path } = params
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="page-register">
|
<div class="page-register">
|
||||||
<div class="login-frame">
|
<div class="login-frame">
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="page-reset-password">
|
<div class="page-reset-password">
|
||||||
<div class="login-frame">
|
<div class="login-frame">
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="page-attr-manage">
|
<div class="page-attr-manage">
|
||||||
<el-dialog
|
<el-dialog
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="page-attr app-container">
|
<div class="page-attr app-container">
|
||||||
<!-- 搜索相关区域 -->
|
<!-- 搜索相关区域 -->
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="page-notify-manager">
|
<div class="page-notify-manager">
|
||||||
<el-tabs>
|
<el-tabs>
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="page-notify-list">
|
<div class="page-notify-list">
|
||||||
<!-- 1.条件筛选 -->
|
<!-- 1.条件筛选 -->
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="page-notify-setting">
|
<div class="page-notify-setting">
|
||||||
<!-- 列表相关区域 -->
|
<!-- 列表相关区域 -->
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="page-platform-notice-add-or-update">
|
<div class="page-platform-notice-add-or-update">
|
||||||
<el-dialog
|
<el-dialog
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="page-platform-notice">
|
<div class="page-platform-notice">
|
||||||
<!-- 搜索相关区域 -->
|
<!-- 搜索相关区域 -->
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
v-model="visible"
|
v-model="visible"
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="page-rbac">
|
<div class="page-rbac">
|
||||||
<!-- 搜索相关区域 -->
|
<!-- 搜索相关区域 -->
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
v-model="visible"
|
v-model="visible"
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="page-shop-user">
|
<div class="page-shop-user">
|
||||||
<!-- 搜索相关区域 -->
|
<!-- 搜索相关区域 -->
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="Mall4j page-picture-manager">
|
<div class="Mall4j page-picture-manager">
|
||||||
<div class="file-group">
|
<div class="file-group">
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
||||||
|
|
||||||
https://www.mall4j.com/
|
|
||||||
|
|
||||||
未经允许,不可做商业用途!
|
|
||||||
|
|
||||||
版权所有,侵权必究!
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="Mall4j selx-imgbox page-video-manager">
|
<div class="Mall4j selx-imgbox page-video-manager">
|
||||||
<div class="file-group">
|
<div class="file-group">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user