Commit d22eabd21925e63961e52dbdb66356d7018fbd65

Authored by ww
1 parent d9fe87c6

fix(SqlConfiguration.vue): 修复描述文字错误

1 1 # Proxy
2   -# VITE_GLOB_PROXY = [["/api", "http://222.180.200.114:48080/api"]]
3   -VITE_GLOB_PROXY = [["/api", "http://192.168.10.118:8080/api"]]
  2 +VITE_GLOB_PROXY = [["/api", "http://222.180.200.114:48080/api"]]
  3 +# VITE_GLOB_PROXY = [["/api", "http://192.168.10.118:8080/api"]]
4 4
5 5 # Api prefix
6 6 VITE_GLOB_API_URL = /api
... ...
... ... @@ -17,7 +17,7 @@ const updateValue = (value: string) => {
17 17
18 18 <template>
19 19 <section>
20   - <NTag type="warning">需要后台提供专门处理sql的口</NTag>
  20 + <NTag type="warning">需要后台提供专门处理sql的口</NTag>
21 21 <SettingItemBox name="键名">
22 22 <NTag type="success" style="width: fit-content;">sql</NTag>
23 23 </SettingItemBox>
... ...