Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72838462ad | ||
|
|
327addf625 | ||
|
|
7fd3b6fdff | ||
| 4bfab6518e | |||
|
|
4655259153 | ||
|
|
cdb23726f8 | ||
|
|
68a1c9d28d | ||
|
|
30e815c027 | ||
|
|
ce10f91b5b |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/extraResources/mysql/data/#innodb_redo/#ib_redo39
Normal file
BIN
build/extraResources/mysql/data/#innodb_redo/#ib_redo39
Normal file
Binary file not shown.
BIN
build/extraResources/mysql/data/#innodb_redo/#ib_redo40
Normal file
BIN
build/extraResources/mysql/data/#innodb_redo/#ib_redo40
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
74476
|
||||
53820
|
||||
|
||||
Binary file not shown.
BIN
build/extraResources/mysql/data/binlog.000032
Normal file
BIN
build/extraResources/mysql/data/binlog.000032
Normal file
Binary file not shown.
BIN
build/extraResources/mysql/data/binlog.000033
Normal file
BIN
build/extraResources/mysql/data/binlog.000033
Normal file
Binary file not shown.
BIN
build/extraResources/mysql/data/binlog.000034
Normal file
BIN
build/extraResources/mysql/data/binlog.000034
Normal file
Binary file not shown.
BIN
build/extraResources/mysql/data/binlog.000035
Normal file
BIN
build/extraResources/mysql/data/binlog.000035
Normal file
Binary file not shown.
BIN
build/extraResources/mysql/data/binlog.000036
Normal file
BIN
build/extraResources/mysql/data/binlog.000036
Normal file
Binary file not shown.
@@ -7,3 +7,8 @@
|
||||
.\binlog.000029
|
||||
.\binlog.000030
|
||||
.\binlog.000031
|
||||
.\binlog.000032
|
||||
.\binlog.000033
|
||||
.\binlog.000034
|
||||
.\binlog.000035
|
||||
.\binlog.000036
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -19,9 +19,9 @@ VITE_API_URL=/api
|
||||
|
||||
# 开发环境跨域代理,支持配置多个
|
||||
|
||||
VITE_PROXY=[["/api","http://127.0.0.1:18092/"]]
|
||||
VITE_PROXY=[["/api","http://127.0.0.1:18093/"]]
|
||||
#VITE_PROXY=[["/api","http://192.168.1.124:18092/"]]
|
||||
#VITE_PROXY=[["/api","http://192.168.2.125:18092/"]]
|
||||
# VITE_PROXY=[["/api","http://192.168.1.138:8080/"]]张文
|
||||
# 开启激活验证
|
||||
VITE_ACTIVATE_OPEN=false
|
||||
VITE_ACTIVATE_OPEN=true
|
||||
@@ -23,6 +23,6 @@ VITE_PWA=true
|
||||
|
||||
# 线上环境接口地址
|
||||
#VITE_API_URL="/api" # 打包时用
|
||||
VITE_API_URL="http://127.0.0.1:18092/"
|
||||
VITE_API_URL="http://127.0.0.1:18093/"
|
||||
# 开启激活验证
|
||||
VITE_ACTIVATE_OPEN=false
|
||||
VITE_ACTIVATE_OPEN=true
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"version": "0.0.1",
|
||||
"version": "2.0.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -261,7 +261,7 @@ const dictStore = useDictStore()
|
||||
const activeName = ref('')
|
||||
const childActiveName = ref('')
|
||||
const childActiveIndex = ref(0)
|
||||
const firstName = 'first'
|
||||
const firstName = ref('first')
|
||||
const viewRowRef = ref()
|
||||
const communicationList = ref<[]>([])
|
||||
const testProjectPopupRef = ref()
|
||||
|
||||
@@ -260,7 +260,7 @@ const viewDialog = ref(false)
|
||||
const dictStore = useDictStore()
|
||||
const activeName = ref('')
|
||||
const childActiveName = ref('')
|
||||
const firstName = 'first'
|
||||
const firstName = ref('first')
|
||||
const viewRowRef = ref()
|
||||
const communicationList = ref([])
|
||||
const testProjectPopupRef = ref()
|
||||
|
||||
Reference in New Issue
Block a user