mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
4.2.0
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
ENV = 'production'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API = 'http://localhost:8083'
|
||||
VUE_APP_BASE_API = ''
|
||||
|
||||
|
BIN
sop-website/sop-website-vue/src/assets/404_images/404.png
Normal file
BIN
sop-website/sop-website-vue/src/assets/404_images/404.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
BIN
sop-website/sop-website-vue/src/assets/404_images/404_cloud.png
Normal file
BIN
sop-website/sop-website-vue/src/assets/404_images/404_cloud.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
sop-website/sop-website-vue/src/assets/images/logo.png
Normal file
BIN
sop-website/sop-website-vue/src/assets/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@@ -8,7 +8,7 @@ import needle from 'needle'
|
||||
import md5 from 'js-md5'
|
||||
import axios from 'axios'
|
||||
|
||||
const baseURL = process.env.VUE_APP_BASE_API
|
||||
const baseURL = process.env.VUE_APP_BASE_API || `${location.protocol}//${location.host}`
|
||||
const OPC_USER_TYPE_KEY = 'sop-user-type'
|
||||
|
||||
// 创建axios实例
|
||||
|
Reference in New Issue
Block a user