优化
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-admin",
|
"name": "vue-admin",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.2.36",
|
"version": "1.2.37",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ async function merchBaseInfoAjax() {
|
|||||||
async function merchLicenseAjax() {
|
async function merchLicenseAjax() {
|
||||||
try {
|
try {
|
||||||
const res = await merchLicense(route.query.id)
|
const res = await merchLicense(route.query.id)
|
||||||
if (res.license.id) {
|
if (res.license.principalperson) {
|
||||||
navs.push(
|
navs.push(
|
||||||
{
|
{
|
||||||
type: 3,
|
type: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user