no message
parent
1b5dd318b9
commit
de3a988032
|
|
@ -1,3 +1,3 @@
|
|||
NODE_ENV=production
|
||||
VITE_APP_TITLE='SmartAdmin V3.X'
|
||||
VITE_APP_API_URL='https://preview.smartadmin.vip/smart-admin-api'
|
||||
VITE_APP_API_URL='http://123.60.65.29:8000'
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -364,7 +364,7 @@ function showImportModal() {
|
|||
async function downloadExcel() {
|
||||
try {
|
||||
//默认地址模板fileKey
|
||||
let fileKey = 'public/common/c651410627d9447ba9a8ae070bf911e5_20250324180257.xlsx';
|
||||
let fileKey = 'public/common/f0527859956d473c98645a304bb6a3aa_20250423161930.xlsx';
|
||||
fileApi.downLoadFile(fileKey);
|
||||
} catch (e) {
|
||||
smartSentry.captureError(e);
|
||||
|
|
|
|||
|
|
@ -416,7 +416,7 @@ function showImportModal() {
|
|||
async function downloadExcel() {
|
||||
try {
|
||||
//默认库位模板fileKey
|
||||
let fileKey = 'public/common/757c986a8e324b73b62b30f44c826b98_20250319102103.xlsx';
|
||||
let fileKey = 'public/common/3874e579e0314253850d93a4ae3b555f_20250423161938.xlsx';
|
||||
fileApi.downLoadFile(fileKey);
|
||||
} catch (e) {
|
||||
smartSentry.captureError(e);
|
||||
|
|
|
|||
|
|
@ -500,7 +500,7 @@ function showImportModal() {
|
|||
async function downloadExcel() {
|
||||
try {
|
||||
//默认库位模板fileKey
|
||||
let fileKey = 'public/common/2aa16b3d4c474efaad9057d3ce722067_20250317102514.xlsx';
|
||||
let fileKey = 'public/common/40b941de514d4649a28984951c55f433_20250423161754.xlsx';
|
||||
fileApi.downLoadFile(fileKey);
|
||||
} catch (e) {
|
||||
smartSentry.captureError(e);
|
||||
|
|
|
|||
|
|
@ -431,7 +431,7 @@ function showImportModal() {
|
|||
async function downloadExcel() {
|
||||
try {
|
||||
//默认库位模板fileKey
|
||||
let fileKey = 'public/common/d7ece9dda26b4b4b81fe3f7f88f7a707_20250319174104.xlsx';
|
||||
let fileKey = 'public/common/71586649a3ee402b84e36fad2f314e56_20250423161918.xlsx';
|
||||
fileApi.downLoadFile(fileKey);
|
||||
} catch (e) {
|
||||
smartSentry.captureError(e);
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ async function queryData() {
|
|||
tableLoading.value = true;
|
||||
try {
|
||||
queryForm.asnId = props.asnId;
|
||||
let queryResult = await asnDetailApi.queryPage(queryForm);
|
||||
const queryResult = await asnDetailApi.queryPage(queryForm);
|
||||
tableData.value = queryResult.data.list;
|
||||
total.value = queryResult.data.total;
|
||||
} catch (e) {
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ export default {
|
|||
// 服务端渲染
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 8081,
|
||||
port: 8080
|
||||
},
|
||||
plugins: [vue()],
|
||||
optimizeDeps: {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue