Compare commits

...

2 Commits

Author SHA1 Message Date
e1c00d6bb1 style(custom): ok
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-20 07:52:00 +08:00
9edcf67620 style(custom): add eslint rules
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-18 21:46:34 +08:00
4 changed files with 9 additions and 4 deletions

4
.eslintignore Normal file
View File

@@ -0,0 +1,4 @@
/node_modules/**
/dist/*
/public/*
/src/static/*

View File

@@ -1,3 +1,4 @@
/node_modules/**
/dist/*
/public/*
/public/*
/src/static/*

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />

View File

@@ -41,9 +41,9 @@ const request = (
if (data.code === 401) {
Taro.showModal({
title: '提示',
content: '你当前未登录,是否前往登录',
content: '你当前未登录,是否前往登录',
confirmText: '去登录',
cancelText: '取消',
cancelText: '先逛逛',
success: ({ confirm }) => {
if (confirm) {
Taro.reLaunch({