This commit is contained in:
X1627315083
2024-02-21 09:42:43 +08:00
parent 2d6c3e5f90
commit 9fd3d72918
4 changed files with 5 additions and 3 deletions

View File

@@ -3,6 +3,6 @@ NODE_ENV = 'development'
# VUE_APP_BASE_URL = 'https://api.aida.com.hk'
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
# VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
VUE_APP_BASE_URL = 'http://192.168.1.9:17088'
VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
# VUE_APP_BASE_URL = 'http://192.168.1.9:17088'
# VUE_APP_BASE_URL = '18.167.251.121:17088'

View File

@@ -14,6 +14,7 @@
<body>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/color-thief/2.3.0/color-thief.umd.js"></script> -->
<script src="./js/color-thief.js"></script>
<script src="./js/fabric.min.js"></script>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>

1
public/js/fabric.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -85,7 +85,7 @@ axios.interceptors.response.use((res) =>{
}, function(error) {
if(error?.response?.status === 401 && router.currentRoute._value.name != 'setIdentification'){//如果是记录浏览器页面就不跳转login
// router.replace('/login')
router.replace('/login')
return Promise.reject()
}
let data_new = error?.response?.data